This commit is contained in:
2023-08-28 22:46:15 -05:00
parent 08afd7e111
commit 9f93cddfd0
2 changed files with 4 additions and 1 deletions

View File

@@ -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

2
run.sh
View File

@@ -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