mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-09 23:44:19 +01:00
Merge pull request #186 from rmacklin/uncomment-set-e
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
|
||||
# set -e
|
||||
set -e
|
||||
|
||||
# Desktop software and tweaks will only be installed if we're running Gnome
|
||||
RUNNING_GNOME=$([[ "$XDG_CURRENT_DESKTOP" == *"GNOME"* ]] && echo true || echo false)
|
||||
|
||||
Reference in New Issue
Block a user