mirror of
https://github.com/harish2704/installer-scripts.git
synced 2026-09-10 06:11:08 +00:00
Fix
This commit is contained in:
+2
-2
@@ -21,7 +21,7 @@ updateSelf(){
|
||||
}
|
||||
|
||||
installPackage(){
|
||||
packageName=$2;
|
||||
packageName=$1;
|
||||
. "$appRoot/packages/$packageName";
|
||||
mainInstaller;
|
||||
}
|
||||
@@ -36,7 +36,7 @@ case $1 in
|
||||
;;
|
||||
|
||||
--install)
|
||||
installPackage;
|
||||
installPackage $2;
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user