Fix sudoers bug (x2)
This commit is contained in:
parent
a44fada898
commit
ed44be30c0
|
@ -483,7 +483,7 @@ installOtherPackages() {
|
||||||
checkForParu
|
checkForParu
|
||||||
getThePackages "N" "installOtherPackages"
|
getThePackages "N" "installOtherPackages"
|
||||||
getThePackages "R" "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
|
checkSudoers
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue