From 850a288bc639052c2d6ead0b494dc6ae814b5181 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Mar 2026 18:09:23 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index cc5439a..01fb744 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -109,10 +109,15 @@ INSTALL_S1() { [Nn]) MAIN_MENU;; * ) echo - cd /tmp - wget "https://git.schroedercity.com/TAI/TA-ProxMenu/raw/branch/main/SentinelAgent_linux_x86_64_v25_3_2_11.deb" - dpkg -i ./SentinelAgent_linux_x86_64*.deb - rm -f ./SentinelAgent_linux_x86_64*.deb + + echo -en "${idsCL[LightYellow]}Paste the customers SentinelOne Site Token: ${idsCL[Default]}" + read -e s1token + #cd /tmp + #wget "https://git.schroedercity.com/TAI/TA-ProxMenu/raw/branch/main/SentinelAgent_linux_x86_64_v25_3_2_11.deb" + #dpkg -i ./SentinelAgent_linux_x86_64*.deb + #rm -f ./SentinelAgent_linux_x86_64*.deb + /opt/sentinelone/bin/sentinelctl management token set ${s1token} + /opt/sentinelone/bin/sentinelctl control start echo -e "\n${idsCL[Green]}SentinelOne Agent has been installed. Make sure its added to a \"DETECT ONLY\" policy${idsCL[Default]}" [ ${action-x} ] && exit 0 || ENTER2CONTINUE