diff options
-rwxr-xr-x | archSetup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archSetup.sh b/archSetup.sh index f61b4dd..0c6ba91 100755 --- a/archSetup.sh +++ b/archSetup.sh @@ -8,6 +8,9 @@ packagesFile="$HOME/repos/configs/packages.txt" # Setup is done from the $HOME directory cd +# Stop the satanic bell +sudo echo 'blacklist pcspkr' >/etc/modprobe.d/nobeep.conf + # Pacman config echo "Adding color and candy to /etc/pacman.conf" grep -q 'ILoveCandy' /etc/pacman.conf || |