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