remove pc speaker beep by default

This commit is contained in:
Luke 2017-10-09 14:08:59 -07:00
parent 47b6144fec
commit c7a3956a44

View File

@ -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