Fix sudoers bug (x2)

This commit is contained in:
Santiago Lo Coco 2022-05-13 08:56:24 -03:00
parent a44fada898
commit ed44be30c0
1 changed files with 1 additions and 1 deletions

View File

@ -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
}