removed stop on error
This commit is contained in:
parent
4dc7eb8472
commit
9e8e0f2383
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@ CPU=$(lscpu | grep "AMD" -c)
|
||||||
nVidia=$(lspci -P | grep "NVIDIA" -c)
|
nVidia=$(lspci -P | grep "NVIDIA" -c)
|
||||||
Locale=$(locale | grep "hu_HU" -c)
|
Locale=$(locale | grep "hu_HU" -c)
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
# Deleting password for the script to run uninterrapted
|
# Deleting password for the script to run uninterrapted
|
||||||
|
|
||||||
echo "$USER ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/99-$USER
|
echo "$USER ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/99-$USER
|
||||||
|
|
Loading…
Reference in a new issue