Can't set gsettings this early so move to first-run

This commit is contained in:
David Heinemeier Hansson
2025-09-10 09:08:04 +02:00
parent 627b5f4ead
commit a0674703f8
3 changed files with 6 additions and 5 deletions

View File

@@ -8,5 +8,6 @@ if [[ -f "$FIRST_RUN_MODE" ]]; then
rm -f "$FIRST_RUN_MODE"
$OMARCHY_PATH/install/first-run/battery-monitor.sh
$OMARCHY_PATH/install/first-run/firewall.sh
$OMARCHY_PATH/install/first-run/gnome-theme.sh
sudo rm -f /etc/sudoers.d/first-run
fi