From 06e19cba2ee290fb3a0ffd658f5fb3279c3bdde6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jan 2019 20:36:00 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index ca90e01..89130c8 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -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