mirror of
https://github.com/harish2704/installer-scripts.git
synced 2026-09-10 06:11:08 +00:00
A installer script generator
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
|
||||
appRoot=$(dirname $(readlink -f $0));
|
||||
cat "$appRoot/lib/installer_common" "$appRoot/packages/self" > "$appRoot/installer.sh";
|
||||
echo 'mainInstaller;' >> "$appRoot/installer.sh";
|
||||
chmod u+x "$appRoot/installer.sh";
|
||||
|
||||
Reference in New Issue
Block a user