Merge claude/2

This commit is contained in:
librelad 2026-05-24 20:49:18 +01:00
commit fba5456218

View File

@ -715,8 +715,6 @@ initUsers()
isError "Refusing to install an invalid sudoers drop-in for $sudo_user_name." isError "Refusing to install an invalid sudoers drop-in for $sudo_user_name."
fi fi
rm -f "$sudoers_tmp" rm -f "$sudoers_tmp"
initRootHelpers
} }
# Tighten the manager's sudo from the install-phase NOPASSWD: ALL down to the # Tighten the manager's sudo from the install-phase NOPASSWD: ALL down to the
@ -1423,6 +1421,7 @@ else
initUsers initUsers
initFolders initFolders
initGIT initGIT
initRootHelpers
initLibrePortalCommand initLibrePortalCommand
initUpdateConfigs initUpdateConfigs
completeInitMessage completeInitMessage