From ae366b3db916fc361a950e8e450e00cdc96178e1 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 18 Feb 2024 17:46:59 +0400 Subject: Minor changes --- build.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 8ab088c..aadc80f 100644 --- a/build.sh +++ b/build.sh @@ -50,7 +50,7 @@ EOF exit 2 } -[ $# = 0 ] && help +[ $# = 0 ] && help for argument in $@;do if [ $argument = "--force" ];then @@ -78,7 +78,7 @@ for argument in $@;do profile_install;; "--archlinux") - as_sudo archlinux_install + archlinux_install ;; "--all") @@ -86,6 +86,9 @@ for argument in $@;do scripts_install profile_install ;; + + "--help")help;; + "--force");; *) help ;; -- cgit v1.2.3