aboutsummaryrefslogtreecommitdiff
path: root/archSetup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'archSetup.sh')
-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 ||