diff --git a/bin/initDesktop b/bin/initDesktop index 436d924..5385471 100755 --- a/bin/initDesktop +++ b/bin/initDesktop @@ -165,7 +165,7 @@ function check_prerequisites(){ read -r -n 1 -s answer; printf "\n" if [[ $answer == [yY] ]];then - sudo zypper install --non-interactive git + sudo zypper --non-interactive install git fi fi @@ -176,7 +176,7 @@ function check_prerequisites(){ read -r -n 1 -s answer; printf "\n" if [[ $answer == [yY] ]];then - sudo zypper install --non-interactive salt-minion + sudo zypper --non-interactive install salt-minion fi fi set -e