diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index a017491..1448aa7 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -226,7 +226,7 @@ MAIN_MENU() { echo -e "${idsCL[DarkGray]} [3] ConnectWise RMM Agent is already installed${idsCL[Default]}" fi 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]}" else echo -e "${idsCL[DarkGray]} [6] SentinelOne is already installed${idsCL[Default]}"