removed stop on error

This commit is contained in:
RP1 2025-01-10 20:49:41 +01:00
parent 9e8e0f2383
commit 5796d39b39

View file

@ -20,8 +20,6 @@ CPU=$(lscpu | grep "AMD" -c)
nVidia=$(lspci -P | grep "NVIDIA" -c)
Locale=$(locale | grep "hu_HU" -c)
set -e
# Deleting password for the script to run uninterrapted
echo "$USER ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/99-$USER