diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-02-18 17:46:59 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-02-18 17:46:59 +0400 |
commit | ae366b3db916fc361a950e8e450e00cdc96178e1 (patch) | |
tree | 428b0eb3ac77186d1518dd10767346bc517de4fc | |
parent | c4f9e887bbf1c3975389173c4e808792481ec217 (diff) |
Minor changes
-rw-r--r-- | build.sh | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 ;; |