mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 13:04:21 +01:00
6 lines
219 B
Bash
6 lines
219 B
Bash
# Run desktop installers
|
|
for installer in ~/.local/share/omakub/install/desktop/*.sh; do source $installer; done
|
|
|
|
# Logout to pickup changes
|
|
gum confirm "Ready to reboot for all settings to take effect?" && sudo reboot
|