Add a basic welcome inviting you to start with the Omarchy Menu

This commit is contained in:
David Heinemeier Hansson
2025-09-14 10:13:04 +02:00
parent 3e1e466938
commit 5b0deb90ba
2 changed files with 2 additions and 0 deletions

View File

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