mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Reboot after installation
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user