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