update
This commit is contained in:
@@ -235,7 +235,7 @@ MAIN_MENU() {
|
||||
echo -e " [${idsCL[LightYellow]}2${idsCL[Default]}] ${idsCL[White]}Install Pulse Monitoring${idsCL[Default]}"
|
||||
|
||||
echo
|
||||
if ! dpkg -s "connectwise*" &> /dev/null; then
|
||||
if [ ! apt list --installed "connectwise*" &> /dev/null ]; 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
|
||||
@@ -246,7 +246,7 @@ MAIN_MENU() {
|
||||
else
|
||||
echo -e "${idsCL[DarkGray]} [5] Acronis Backup is already installed${idsCL[Default]}"
|
||||
fi
|
||||
if ! dpkg -s "sentinelagent" &> /dev/null; then
|
||||
if [ ! apt list --installed "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]}"
|
||||
@@ -258,7 +258,7 @@ MAIN_MENU() {
|
||||
else
|
||||
echo -e "${idsCL[DarkGray]} [7] Glances is already installed${idsCL[Default]}"
|
||||
fi
|
||||
if ! dpkg -s "srvadmin-all" &> /dev/null; then
|
||||
if [ ! apt list --installed "srvadmin-all" &> /dev/null ]; then
|
||||
echo -e " [${idsCL[LightYellow]}8${idsCL[Default]}] ${idsCL[White]}Install Dell OpenManage Server Administrator${idsCL[Default]}"
|
||||
else
|
||||
echo -e "${idsCL[DarkGray]} [8] Dell OMSA is already installed - ${idsCL[Default]}https://[proxmox-host-ip]:1311"
|
||||
|
||||
Reference in New Issue
Block a user