From dbc7b4639125c149bbcbf632f1ef4a71882e011b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 2 Jun 2025 10:23:39 +0200 Subject: [PATCH] Reboot after installation --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 8822af2..f6bb2bf 100644 --- a/install.sh +++ b/install.sh @@ -6,3 +6,7 @@ trap 'echo "Omarchy installation failed! You can retry by running: source ~/.loc # Install everything for f in ~/.local/share/omarchy/install/*.sh; do source "$f"; done + +# Reboot +echo "Rebooting for all settings to apply..." +reboot