From c7a3956a44bc36b302098268e074b12aeebede8c Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 9 Oct 2017 14:08:59 -0700 Subject: [PATCH] remove pc speaker beep by default --- larbs.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/larbs.sh b/larbs.sh index 0ce3083..d0475dc 100755 --- a/larbs.sh +++ b/larbs.sh @@ -236,7 +236,11 @@ blue Enabling Network Manager... systemctl enable NetworkManager systemctl start NetworkManager +blue Getting rid of that retarded error beep sound... +rmmod pcspkr +echo "blacklist pcspkr" > /etc/modprobe.d/nobeep.conf +blue Implementing temporary sudoers file... curl https://raw.githubusercontent.com/LukeSmithxyz/larbs/master/sudoers > /etc/sudoers dialog --title "All done!" --msgbox "Congrats! Provided there were no hidden errors, the script completed successfully and all the programs and configuration files should be in place.\n\nTo run the new graphical environment, log out and log back in as your new user, then run the command \"startx\" to start the graphical environment.\n\n-Luke" 12 80