diff --git a/install.sh b/install.sh index 012ad37..1167165 100755 --- a/install.sh +++ b/install.sh @@ -24,6 +24,9 @@ OPTERR=1 # Separator (useful for simulate arrays) G_IFS=" " +# Debugging variables +set -e +set -x # Global Variables G_VERSION="2019.10.17"