Update linupx-scripts.sh

This commit is contained in:
2022-11-27 21:00:32 -06:00
parent 82ffeb535b
commit 7fbe8fd190

View File

@@ -358,9 +358,9 @@ REMOVEFLOPPY() {
echo "blacklist floppy" | sudo tee /etc/modprobe.d/blacklist-floppy.conf
sudo rmmod floppy
#sudo update-initramfs -u
echo ""
echo
echo -e "${Green}Floppy has been removed, you must reboot to take effect.${Color_Off}"
echo
read -e -n 1 -p $'\e[1;31mWould you like to reboot now (y/N)?\e[0m' choice
case "$choice" in
[Yy])