Update proxmenu-scripts.sh
This commit is contained in:
@@ -241,7 +241,11 @@ MAIN_MENU() {
|
|||||||
else
|
else
|
||||||
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]}"
|
if ! command -v glances &> /dev/null; 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
|
||||||
if ! dpkg -s "sentinelagent" &> /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
|
||||||
|
|||||||
Reference in New Issue
Block a user