Update linupx-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user