aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2021-04-07 20:20:36 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2021-04-07 20:20:36 +0200
commit3d03e86fc19b5cf10e83fda358af894ab80b3868 (patch)
tree985cc9059017dad52c2b3f52871b1ce143bae1ee
parent1c1d4d33618eb647ff38e5802ecf6e26d16cad38 (diff)
downloadscripts-3d03e86fc19b5cf10e83fda358af894ab80b3868.tar.gz
scripts-3d03e86fc19b5cf10e83fda358af894ab80b3868.zip
Added disabling bell in Arch setup script.
-rwxr-xr-xarchSetup.sh3
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 ||