remove pc speaker beep by default
This commit is contained in:
parent
47b6144fec
commit
c7a3956a44
4
larbs.sh
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user