forked from RP1/RaveOS-arch
moved stop on error
This commit is contained in:
parent
8a4c20df25
commit
2016a76abb
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue