From c3d5b7d0d57720f9aefb7a93e0de2140a6dec5bc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 6 Mar 2026 20:16:11 -0600 Subject: [PATCH] update --- defaults.inc | 2 +- proxmenu-scripts.sh | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/defaults.inc b/defaults.inc index 13f49e3..b237c90 100755 --- a/defaults.inc +++ b/defaults.inc @@ -3,7 +3,7 @@ action="$1" FOLDER='/opt/idssys/ta-proxmenu' -VERS='2026.3.12' +VERS='2026.3.14' 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 cc2209b..2e3da30 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -246,17 +246,16 @@ MAIN_MENU() { echo if [ "$(dpkg -l | awk '/connectwise/ {print }'|wc -l)" -eq 0 ]; then -# if ! apt list --installed "connectwise*"; then echo -e " [${idsCL[LightYellow]}3${idsCL[Default]}] ${idsCL[White]}Install ConnectWise RMM Agent${idsCL[Default]}" echo -e " [${idsCL[LightYellow]}4${idsCL[Default]}] ${idsCL[White]}Install ScreenConnect Agent${idsCL[Default]}" else echo -e "${idsCL[DarkGray]} [3] ConnectWise RMM Agent is already installed${idsCL[Default]}" fi - if ! command -v glances &> /dev/null; then - echo -e " [${idsCL[LightYellow]}5${idsCL[Default]}] ${idsCL[White]}Install Acronis Backup Agent${idsCL[Default]}" - else + if [ "$(dpkg -l | awk '/cyberprotect/ {print }'|wc -l)" -eq 0 ]; then + echo -e " [${idsCL[LightYellow]}5${idsCL[Default]}] ${idsCL[White]}Install Acronis Backup Agent${idsCL[Default]}" + else echo -e "${idsCL[DarkGray]} [5] Acronis Backup is already installed${idsCL[Default]}" - fi + fi if [ "$(dpkg -l | awk '/sentinelagent/ {print }'|wc -l)" -eq 0 ]; then echo -e " [${idsCL[LightYellow]}6${idsCL[Default]}] ${idsCL[White]}Install SentinelOne Agent${idsCL[Default]}" else