From e7076afe618a17136fbd3d99949a62365f58f60f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Mar 2026 18:24:30 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index ed82ff2..a017491 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -69,7 +69,7 @@ INSTALL_SCREENCONNECT() { * ) echo - echo -en "${idsCL[LightYellow]}Paste the URL provided from the Build Installer: ${idsCL[Default]}" + echo -en "\n${idsCL[LightYellow]}Paste the URL provided from the Build Installer: ${idsCL[Default]}" read -e SCURL wget "${SCURL}" -O /tmp/scinstall dpkg -i /tmp/scinstall @@ -90,7 +90,7 @@ INSTALL_RMM() { * ) echo - echo -en "${idsCL[LightYellow]}Paste the Linux Server URL provided from the Download Agent screen: ${idsCL[Default]}" + echo -en "\n${idsCL[LightYellow]}Paste the Linux Server URL provided from the Download Agent screen: ${idsCL[Default]}" read -e RMMURL wget "${RMMURL}" -O /tmp/rmminstall TOKEN="$(echo ${RMMURL} | awk -F 'TKN' '{print $2}' | awk -F '/RUN' '{print $1}')" @@ -226,7 +226,11 @@ MAIN_MENU() { echo -e "${idsCL[DarkGray]} [3] ConnectWise RMM Agent is already installed${idsCL[Default]}" fi echo -e " [${idsCL[LightYellow]}5${idsCL[Default]}] ${idsCL[White]}Install Acronis CyberProtect Backup Agent${idsCL[Default]}" - echo -e " [${idsCL[LightYellow]}6${idsCL[Default]}] ${idsCL[White]}Install SentinelOne Agent${idsCL[Default]}" + if ! dpkg -s "srvadmin-all" &> /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]}" + fi echo if ! command -v glances &> /dev/null; then echo -e " [${idsCL[LightYellow]}8${idsCL[Default]}] ${idsCL[White]}Install Glances (CLI Monitor)${idsCL[Default]}"