From 3d03e86fc19b5cf10e83fda358af894ab80b3868 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Wed, 7 Apr 2021 20:20:36 +0200 Subject: Added disabling bell in Arch setup script. --- archSetup.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'archSetup.sh') 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 || -- cgit v1.2.1