diff --git a/setup-raveos.sh b/setup-raveos.sh index 59c5785..90463cc 100644 --- a/setup-raveos.sh +++ b/setup-raveos.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # RaveOS Setup Script - +set -e bold=$(tput bold) # ${bold} normal=$(tput sgr0) # ${normal} yellow=$(tput setaf 3) # ${yellow}