Setup real first-run install

This commit is contained in:
David Heinemeier Hansson
2025-08-25 07:37:46 +02:00
parent e565768bed
commit f98899e4e2
3 changed files with 14 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ source $OMARCHY_INSTALL/preflight/mirrorlist.sh
source $OMARCHY_INSTALL/preflight/guard.sh
source $OMARCHY_INSTALL/preflight/repositories.sh
source $OMARCHY_INSTALL/preflight/migrations.sh
source $OMARCHY_INSTALL/preflight/first-run-mode.sh
# Configuration
source $OMARCHY_INSTALL/config/config.sh
@@ -70,7 +71,6 @@ omarchy-show-logo
echo -e "\n\e[32mYou're done! So we're ready to reboot now...\e[0m"
if sudo test -f /etc/sudoers.d/99-omarchy-installer; then
sudo rm -f /etc/sudoers.d/99-omarchy-installer &>/dev/null
echo -e "\nRemember to remove USB installer!"
fi