Restore set -e line in install.sh

This commit is contained in:
Richard Macklin
2024-07-03 20:20:48 -07:00
parent aeb2e0e303
commit 9ad3abf359

View File

@@ -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)