mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-17 12:34:21 +01:00
Restore set -e line in install.sh
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Exit immediately if a command exits with a non-zero status
|
# Exit immediately if a command exits with a non-zero status
|
||||||
# set -e
|
set -e
|
||||||
|
|
||||||
# Desktop software and tweaks will only be installed if we're running Gnome
|
# Desktop software and tweaks will only be installed if we're running Gnome
|
||||||
RUNNING_GNOME=$([[ "$XDG_CURRENT_DESKTOP" == *"GNOME"* ]] && echo true || echo false)
|
RUNNING_GNOME=$([[ "$XDG_CURRENT_DESKTOP" == *"GNOME"* ]] && echo true || echo false)
|
||||||
|
|||||||
Reference in New Issue
Block a user