From 062c6b3dcec81a47ff8fa0896b60093e1f8b13ba Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 11:11:08 +0200 Subject: [PATCH] Tweaks --- install.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 6d75a004..95035bac 100755 --- a/install.sh +++ b/install.sh @@ -6,7 +6,7 @@ set -eE export PATH="$HOME/.local/share/omarchy/bin:$PATH" OMARCHY_INSTALL=~/.local/share/omarchy/install -# Install prerequisites +# Preparation source $OMARCHY_INSTALL/preflight/show-env.sh source $OMARCHY_INSTALL/preflight/trap-errors.sh source $OMARCHY_INSTALL/preflight/guard.sh @@ -15,7 +15,7 @@ source $OMARCHY_INSTALL/preflight/repositories.sh source $OMARCHY_INSTALL/preflight/migrations.sh source $OMARCHY_INSTALL/preflight/first-run-mode.sh -# Packages +# Packaging source $OMARCHY_INSTALL/packages.sh source $OMARCHY_INSTALL/packaging/asdcontrol.sh source $OMARCHY_INSTALL/packaging/fonts.sh @@ -38,7 +38,6 @@ source $OMARCHY_INSTALL/config/xcompose.sh source $OMARCHY_INSTALL/config/mise-ruby.sh source $OMARCHY_INSTALL/config/docker.sh source $OMARCHY_INSTALL/config/mimetypes.sh - source $OMARCHY_INSTALL/config/hardware/network.sh source $OMARCHY_INSTALL/config/hardware/fix-fkeys.sh source $OMARCHY_INSTALL/config/hardware/bluetooth.sh @@ -66,7 +65,7 @@ echo "You're done! So we're ready to reboot now..." | tte --frame-rate 640 wipe 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!" + echo -e "\nRemember to remove USB installer!\n\n" fi sleep 5