From bddca99a91e3a4ffb938eddccb25abc7e0b814d2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 7 Mar 2026 14:37:24 -0600 Subject: [PATCH] update --- defaults.inc | 2 +- proxmenu-scripts.sh | 24 +++++++++++------------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/defaults.inc b/defaults.inc index 17c8aa2..1a6e7a7 100755 --- a/defaults.inc +++ b/defaults.inc @@ -3,7 +3,7 @@ action="$1" FOLDER='/opt/idssys/ta-proxmenu' -VERS='2026.3.16' +VERS='2026.3.17' RNIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 351604e..c1d0f41 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -54,13 +54,12 @@ PROXMENUX_POST_INSTALL() { touch /opt/.PROXMENUX_POST_INSTALL [ -s /etc/apt/sources.list ] && cat /dev/null > /etc/apt/sources.list - [ ${action-x} ] && exit 0 || ENTER2CONTINUE } INSTALL_GLANCES() { read -n 1 -p "Are you sure you wish to install Glances (Y/n)?" choice case "$choice" in - [Nn]) MAIN_MENU;; + [Nn]) echo;; * ) echo apt install glances -y @@ -72,19 +71,18 @@ INSTALL_GLANCES() { INSTALL_SCREENCONNECT() { read -n 1 -p "Are you sure you wish to install ScreenConnect (Y/n)?" choice case "$choice" in - [Nn]) MAIN_MENU;; + [Nn]) echo;; * ) echo - echo -en "\n${idsCL[LightYellow]}Paste the URL provided from the Build Installer: ${idsCL[Default]}" read -e SCURL - wget "${SCURL}" -O /tmp/scinstall - dpkg -i /tmp/scinstall - apt install --fix-broken -y - apt remove "connectwis*" -y - dpkg -i /tmp/scinstall - rm -f /tmp/scinstall - systemctl disable --now proxmenux-monitor + wget "${SCURL}" -O /tmp/scinstall + dpkg -i /tmp/scinstall + apt install --fix-broken -y + apt remove "connectwis*" -y + dpkg -i /tmp/scinstall + rm -f /tmp/scinstall + systemctl disable --now proxmenux-monitor echo -e "\n${idsCL[Green]}ScreenConnect has been installed${idsCL[Default]}" [ ${action-x} ] && exit 0 || ENTER2CONTINUE esac @@ -93,7 +91,7 @@ INSTALL_SCREENCONNECT() { INSTALL_RMM() { read -n 1 -p "Are you sure you wish to install RMM (Y/n)?" choice case "$choice" in - [Nn]) MAIN_MENU;; + [Nn]) echo;; * ) echo @@ -129,7 +127,7 @@ INSTALL_S1() { INSTALL_OMSA() { read -n 1 -p "Are you sure you wish to install Dell OpenManage Administrator (Y/n)?" choice case "$choice" in - [Nn]) MAIN_MENU;; + [Nn]) echo;; * ) echo mkdir /tmp/omsa