Delete sudoers config as root

This commit is contained in:
Manuel Thalmann 2024-03-24 13:09:07 +01:00
parent 8d37e46323
commit b1565daf3f

View file

@ -32,6 +32,6 @@ runHook initializeProfile \
. "$(pwd)/../../../scripts/Common/Config/UserProfile/install.sh";
runHook postInstall \
rm "/etc/sudoers.d/PortValhalla";
sudo rm "/etc/sudoers.d/PortValhalla";
popd > /dev/null;