From 0391ddaf1558bf5027c654ef008a11b32e0085d3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 17 Jul 2023 23:02:41 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 9eb3372..fc8ec23 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -915,6 +915,7 @@ MISC_MENU() { echo -e " [${idsCL[Yellow]}V${idsCL[Default]}] Add Veeam User Account" echo echo -e " [${idsCL[Yellow]}B${idsCL[Default]}] Back to Main Menu" + echo -e " [${idsCL[Yellow]}I${idsCL[Default]}] Installation Scripts" echo -e " [${idsCL[Yellow]}Q${idsCL[Default]}] Quit" echo echo @@ -936,6 +937,7 @@ MISC_MENU() { read -n 1 -s -p "Press any key to continue" SCRIPT_MENU;; [Bb]) SCRIPT_MENU;; + [Ii]) INSTALL_MENU;; [Qq]) EXIT1; exit 1;; *) echo "Thats an invaild option,"; echo "please select a valid option only."; @@ -972,6 +974,7 @@ INSTALL_MENU() { # echo -e " [${idsCL[Yellow]}0] Remove LinUPx" echo echo -e " [${idsCL[Yellow]}B${idsCL[Default]}] Back to Main Menu" + echo -e " [${idsCL[Yellow]}M${idsCL[Default]}] Misc/Other Scripts" echo -e " [${idsCL[Yellow]}Q${idsCL[Default]}] Quit" echo echo @@ -1008,6 +1011,7 @@ INSTALL_MENU() { [Nn]) NETDATA_INSTALL INSTALL_MENU;; [Bb]) SCRIPT_MENU;; + [Mm]) MISC_MENU;; [Qq]) EXIT1 exit 1;; *) echo "Thats an invaild option,";