mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-17 04:24:20 +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
|