Update linupx-scripts.sh
This commit is contained in:
@@ -267,7 +267,7 @@ WEBMIN_INSTALL() {
|
|||||||
[Nn]) INSTALL_MENU;;
|
[Nn]) INSTALL_MENU;;
|
||||||
* )
|
* )
|
||||||
echo ""
|
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 ""
|
||||||
echo -e "${Green}Webmin has been Installed${Color_Off}"
|
echo -e "${Green}Webmin has been Installed${Color_Off}"
|
||||||
if [ ${action-x} ]; then exit 0; fi
|
if [ ${action-x} ]; then exit 0; fi
|
||||||
@@ -280,7 +280,7 @@ GLANCES_INSTALL() {
|
|||||||
[Nn]) INSTALL_MENU;;
|
[Nn]) INSTALL_MENU;;
|
||||||
* )
|
* )
|
||||||
echo ""
|
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 ""
|
||||||
echo -e "${Green}Glances has been Installed${Color_Off}"
|
echo -e "${Green}Glances has been Installed${Color_Off}"
|
||||||
if [ ${action-x} ]; then exit 0; fi
|
if [ ${action-x} ]; then exit 0; fi
|
||||||
@@ -306,7 +306,7 @@ X11VNC_INSTALL() {
|
|||||||
[Nn]) INSTALL_MENU;;
|
[Nn]) INSTALL_MENU;;
|
||||||
* )
|
* )
|
||||||
echo ""
|
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 ""
|
||||||
echo -e "${Green}x11vnc has been Installed${Color_Off}"
|
echo -e "${Green}x11vnc has been Installed${Color_Off}"
|
||||||
if [ ${action-x} ]; then exit 0; fi
|
if [ ${action-x} ]; then exit 0; fi
|
||||||
@@ -319,7 +319,7 @@ LINUPX_UNINSTALL() {
|
|||||||
[Nn]) INSTALL_MENU;;
|
[Nn]) INSTALL_MENU;;
|
||||||
* )
|
* )
|
||||||
echo ""
|
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;;
|
exit 0;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
@@ -329,7 +329,7 @@ FW_INSTALL() {
|
|||||||
[Nn]) INSTALL_MENU;;
|
[Nn]) INSTALL_MENU;;
|
||||||
* )
|
* )
|
||||||
echo ""
|
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;;
|
exit 0;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user