Update proxmenu-scripts.sh

This commit is contained in:
2026-03-06 20:13:44 -06:00
parent b2a61e953f
commit 73a2714e21

View File

@@ -245,7 +245,7 @@ MAIN_MENU() {
fi fi
echo 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 # 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]}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]}" echo -e " [${idsCL[LightYellow]}4${idsCL[Default]}] ${idsCL[White]}Install ScreenConnect Agent${idsCL[Default]}"
@@ -257,7 +257,7 @@ MAIN_MENU() {
else else
echo -e "${idsCL[DarkGray]} [5] Acronis Backup is already installed${idsCL[Default]}" echo -e "${idsCL[DarkGray]} [5] Acronis Backup is already installed${idsCL[Default]}"
fi 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]}" echo -e " [${idsCL[LightYellow]}6${idsCL[Default]}] ${idsCL[White]}Install SentinelOne Agent${idsCL[Default]}"
else else
echo -e "${idsCL[DarkGray]} [6] SentinelOne is already installed${idsCL[Default]}" echo -e "${idsCL[DarkGray]} [6] SentinelOne is already installed${idsCL[Default]}"
@@ -269,7 +269,7 @@ MAIN_MENU() {
else else
echo -e "${idsCL[DarkGray]} [7] Glances is already installed${idsCL[Default]}" echo -e "${idsCL[DarkGray]} [7] Glances is already installed${idsCL[Default]}"
fi 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]}" echo -e " [${idsCL[LightYellow]}8${idsCL[Default]}] ${idsCL[White]}Install Dell OpenManage Server Administrator${idsCL[Default]}"
else else
echo -e "${idsCL[DarkGray]} [8] Dell OMSA is already installed - ${idsCL[Cyan]}https://${RNIP}:1311" echo -e "${idsCL[DarkGray]} [8] Dell OMSA is already installed - ${idsCL[Cyan]}https://${RNIP}:1311"