Update linupx-scripts.sh

This commit is contained in:
2019-01-05 20:36:00 -06:00
parent 952eb2b408
commit 06e19cba2e

View File

@@ -287,6 +287,19 @@ GLANCES_INSTALL() {
* ) INSTALL_MENU;;
esac
}
MYSQLBU_INSTALL() {
read -n 1 -p "Are you sure you wish to install MySQL-BU (y/n)?" choice
case "$choice" in
[Yy])
echo ""
bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/install-mysqlbu.sh)
echo ""
echo -e "${Green}MySQL-BU has been Installed${Color_Off}"
if [ ${action-x} ]; then exit 0; fi
read -n 1 -s -p "Press any key to continue";;
* ) INSTALL_MENU;;
esac
}
X11VNC_INSTALL() {
read -n 1 -p "Are you sure you wish to install x11vnc (y/n)?" choice
case "$choice" in