Show sudo message again after installation

This commit is contained in:
Manuel Thalmann 2024-03-25 22:20:00 +01:00
parent f1efbf12db
commit 52ac08c28b

View file

@ -37,6 +37,6 @@ runHook initializeProfile \
defaultProfileSetup; defaultProfileSetup;
runHook postInstall \ runHook postInstall \
sudo rm "$customPortValhallaSudoConfigFile"; sudo rm "$customPortValhallaSudoConfigFile" /var/db/sudo/lectured/$UID;
popd > /dev/null; popd > /dev/null;