moved stop on error

This commit is contained in:
RP1 2025-01-07 22:14:40 +01:00
parent 8a4c20df25
commit 2016a76abb

View file

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