From 4ada963a2d10bf7b61499c22d3db41f3bde75581 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 27 Jan 2019 12:54:20 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index de42885..34e1311 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -267,7 +267,7 @@ WEBMIN_INSTALL() { [Nn]) INSTALL_MENU;; * ) echo "" - bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/webmin-install.sh) + bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/install-webmin.sh) echo "" echo -e "${Green}Webmin has been Installed${Color_Off}" if [ ${action-x} ]; then exit 0; fi @@ -280,7 +280,7 @@ GLANCES_INSTALL() { [Nn]) INSTALL_MENU;; * ) echo "" - bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/glances-install.sh) + bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/install-glances.sh) echo "" echo -e "${Green}Glances has been Installed${Color_Off}" if [ ${action-x} ]; then exit 0; fi @@ -306,7 +306,7 @@ X11VNC_INSTALL() { [Nn]) INSTALL_MENU;; * ) echo "" - bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/vnc-install-ubuntu.sh) + bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/install-vnc.sh) echo "" echo -e "${Green}x11vnc has been Installed${Color_Off}" if [ ${action-x} ]; then exit 0; fi @@ -319,7 +319,7 @@ LINUPX_UNINSTALL() { [Nn]) INSTALL_MENU;; * ) echo "" - bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/linupx-uninstall.sh) + bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/uninstall-linupx.sh) exit 0;; esac } @@ -329,7 +329,7 @@ FW_INSTALL() { [Nn]) INSTALL_MENU;; * ) echo "" - bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/filewatcher-install.sh) + bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/install-filewatcher.sh) exit 0;; esac }