From 9f93cddfd0443943e1520f7ffad2ca2483c15cb3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Aug 2023 22:46:15 -0500 Subject: [PATCH] update --- linupx-scripts.sh | 3 +++ run.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index b2f422b..b38556e 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -1000,6 +1000,7 @@ INSTALL_MENU() { echo -e " [${idsCL[Yellow]}N${idsCL[Default]}] Install Netdata Agent" echo -e " [${idsCL[Yellow]}P${idsCL[Default]}] Install Postfix" echo -e " [${idsCL[Yellow]}U${idsCL[Default]}] Install UrBackup Client" + echo -e " [${idsCL[Yellow]}T${idsCL[Default]}] Install Tailscale" echo echo -e " [${idsCL[Yellow]}9${idsCL[Default]}] Install .bashrc for root" # echo -e " [${idsCL[Yellow]}0] Remove LinUPx" @@ -1041,6 +1042,8 @@ INSTALL_MENU() { INSTALL_MENU;; [Nn]) NETDATA_INSTALL INSTALL_MENU;; + [Tt]) TAILSCALE_INSTALL + INSTALL_MENU;; [Bb]) SCRIPT_MENU;; [Mm]) MISC_MENU;; [Qq]) EXIT1 diff --git a/run.sh b/run.sh index 99fd22f..eb3c2b1 100755 --- a/run.sh +++ b/run.sh @@ -67,7 +67,7 @@ else echo -e "${idsCL[Red]}Could not connect to 'git.schroedercity.com' for updates${idsCL[Default]}" fi -if [ "${1}" != "runup" ] && [ "${1}" != "update" ] && [ "${1}" != "test" ]; then +if [ "${1}" != "runup" ] && [ "${1}" != "update" ] && [ "${1}" != "u" ]; then /opt/idssys/linupx/linupx-scripts.sh $1 $2 $3 $4 fi