From 73a2714e213255ee1e45024ed25e47f9e8200ec9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 6 Mar 2026 20:13:44 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index bdf88f9..cc2209b 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -245,7 +245,7 @@ MAIN_MENU() { fi echo - if [ "$(dpkg -l | awk '/connectwise/ {print }'|wc -l)" -ge 1 ]; then + 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]}" @@ -257,7 +257,7 @@ MAIN_MENU() { else echo -e "${idsCL[DarkGray]} [5] Acronis Backup is already installed${idsCL[Default]}" fi - if [ "$(dpkg -l | awk '/sentinelagent/ {print }'|wc -l)" -ge 1 ]; then + 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 echo -e "${idsCL[DarkGray]} [6] SentinelOne is already installed${idsCL[Default]}" @@ -269,7 +269,7 @@ MAIN_MENU() { else echo -e "${idsCL[DarkGray]} [7] Glances is already installed${idsCL[Default]}" fi - if [ "$(dpkg -l | awk '/srvadmin-all/ {print }'|wc -l)" -ge 1 ]; then + if [ "$(dpkg -l | awk '/srvadmin-all/ {print }'|wc -l)" -eq 0 ]; then echo -e " [${idsCL[LightYellow]}8${idsCL[Default]}] ${idsCL[White]}Install Dell OpenManage Server Administrator${idsCL[Default]}" else echo -e "${idsCL[DarkGray]} [8] Dell OMSA is already installed - ${idsCL[Cyan]}https://${RNIP}:1311"