Reboot after installation

This commit is contained in:
David Heinemeier Hansson
2025-06-02 10:23:39 +02:00
parent 179d903c57
commit dbc7b46391

View File

@ -6,3 +6,7 @@ trap 'echo "Omarchy installation failed! You can retry by running: source ~/.loc
# Install everything # Install everything
for f in ~/.local/share/omarchy/install/*.sh; do source "$f"; done for f in ~/.local/share/omarchy/install/*.sh; do source "$f"; done
# Reboot
echo "Rebooting for all settings to apply..."
reboot