diff --git a/install.sh b/install.sh index 6e6990f38..a954efbe8 100755 --- a/install.sh +++ b/install.sh @@ -556,7 +556,7 @@ sudo_sh_c() { elif command_exists sudo; then sh_c "sudo $*" elif command_exists su; then - sh_c "su - -c '$*'" + sh_c "su root -c '$*'" else echoh echoerr "This script needs to run the following command as root."