update
This commit is contained in:
@@ -245,10 +245,14 @@ MAIN_MENU() {
|
||||
echo
|
||||
if [ "$(systemctl is-active ITSPlatform)" != "active" ]; 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]}"
|
||||
else
|
||||
echo -e "${idsCL[DarkGray]} [3] ConnectWise RMM Agent is already installed${idsCL[Default]}"
|
||||
fi
|
||||
if [ "$(systemctl is-active connectwise*)" != "active" ]; then
|
||||
echo -e " [${idsCL[LightYellow]}4${idsCL[Default]}] ${idsCL[White]}Install ScreenConnect Agent${idsCL[Default]}"
|
||||
else
|
||||
echo -e "${idsCL[DarkGray]} [4] ScreenConnect is already installed${idsCL[Default]}"
|
||||
fi
|
||||
|
||||
if [ "$(dpkg -l | awk '/cyberprotect/ {print }'|wc -l)" -eq 0 ]; then
|
||||
echo -e " [${idsCL[LightYellow]}5${idsCL[Default]}] ${idsCL[White]}Install Acronis Backup Agent${idsCL[Default]}"
|
||||
|
||||
Reference in New Issue
Block a user