Update proxmenu-scripts.sh
This commit is contained in:
@@ -185,7 +185,7 @@ MAIN_MENU() {
|
||||
else
|
||||
echo -e " [${idsCL[LightYellow]}P${idsCL[Default]}] ${idsCL[White]}Run ProxMenux${idsCL[Default]}"
|
||||
fi
|
||||
if dpkg -s "connectwise*" &> /dev/null; then
|
||||
if ! dpkg -s "connectwise*" &> /dev/null; then
|
||||
echo -e " [${idsCL[LightYellow]}R${idsCL[Default]}] ${idsCL[White]}Install ConnectWise RMM Agent${idsCL[Default]}"
|
||||
echo -e " [${idsCL[LightYellow]}S${idsCL[Default]}] ${idsCL[White]}Install ScreenConnect Agent${idsCL[Default]}"
|
||||
else
|
||||
@@ -198,7 +198,11 @@ MAIN_MENU() {
|
||||
else
|
||||
echo -e "${idsCL[DarkGray]} [G] Glances is already installed${idsCL[Default]}"
|
||||
fi
|
||||
echo -e " [${idsCL[LightYellow]}O${idsCL[Default]}] ${idsCL[White]}Install Dell OpenManage Server Administrator${idsCL[Default]}"
|
||||
if ! dpkg -s "srvadmin-all" &> /dev/null; then
|
||||
echo -e " [${idsCL[LightYellow]}O${idsCL[Default]}] ${idsCL[White]}Install Dell OpenManage Server Administrator${idsCL[Default]}"
|
||||
else
|
||||
echo -e "${idsCL[DarkGray]} [O] Dell OMSA is already installed${idsCL[Default]}"
|
||||
fi
|
||||
echo
|
||||
echo -e " [${idsCL[LightYellow]}C${idsCL[Default]}] ${idsCL[White]}Detect CPU-Arch for Live Migrations${idsCL[Default]}"
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user