From 202bb8e2512510eb70939bb1939dc63a096f687c Mon Sep 17 00:00:00 2001 From: RP1 Date: Thu, 19 Dec 2024 22:12:49 +0100 Subject: [PATCH] set -e --- setup-raveos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}