Update proxmenu-scripts.sh

This commit is contained in:
David Schroeder
2026-03-01 18:25:31 -06:00
parent e7076afe61
commit 1ae094b296

View File

@@ -226,7 +226,7 @@ MAIN_MENU() {
echo -e "${idsCL[DarkGray]} [3] ConnectWise RMM Agent is already installed${idsCL[Default]}" echo -e "${idsCL[DarkGray]} [3] ConnectWise RMM Agent is already installed${idsCL[Default]}"
fi fi
echo -e " [${idsCL[LightYellow]}5${idsCL[Default]}] ${idsCL[White]}Install Acronis CyberProtect Backup Agent${idsCL[Default]}" echo -e " [${idsCL[LightYellow]}5${idsCL[Default]}] ${idsCL[White]}Install Acronis CyberProtect Backup Agent${idsCL[Default]}"
if ! dpkg -s "srvadmin-all" &> /dev/null; then if ! dpkg -s "sentinelagent" &> /dev/null; 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]}"