diff --git a/install.sh b/install.sh index 405d661..70b7186 100755 --- a/install.sh +++ b/install.sh @@ -483,7 +483,7 @@ installOtherPackages() { checkForParu getThePackages "N" "installOtherPackages" getThePackages "R" "installOtherPackages" - runInChroot "sed -i 's/^%wheel ALL=(ALL) NOPASSWD: ALL/# %wheel ALL=(ALL) NOPASSWD: ALL/' /etc/sudoers" + runInChroot "sed -i 's/^%wheel ALL=(ALL:ALL) NOPASSWD: ALL/# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/' /etc/sudoers" checkSudoers }