Update proxmenu-scripts.sh
This commit is contained in:
@@ -245,7 +245,7 @@ MAIN_MENU() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
if ! apt list --installed "connectwise*" &> /dev/null; 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]}"
|
||||||
else
|
else
|
||||||
@@ -256,7 +256,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 ! apt list --installed "sentinelagent*" &> /dev/null; then
|
if ! apt list --installed "sentinelagent*"; 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]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user