From 2016a76abbc44df15821e8d3b06eb70c450ec26c Mon Sep 17 00:00:00 2001 From: RP1 Date: Tue, 7 Jan 2025 22:14:40 +0100 Subject: [PATCH] moved stop on error --- raveos-gnome.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/raveos-gnome.sh b/raveos-gnome.sh index dddbe2d..0d62c93 100644 --- a/raveos-gnome.sh +++ b/raveos-gnome.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Removed because the script is fully tested! -set -e + # Editing pacman.conf @@ -20,6 +20,7 @@ CPU=$(lscpu | grep "AMD" -c) nVidia=$(lspci -P | grep "NVIDIA" -c) Locale=$(echo $LANG) + set -e # Deleting password for the script to run uninterrapted