From ba2d768fe531073db86d30eae1facf354001fe8f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Mar 2026 18:14:31 -0600 Subject: [PATCH] update --- defaults.inc | 2 +- proxmenu-scripts.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/defaults.inc b/defaults.inc index 2267333..8563f61 100755 --- a/defaults.inc +++ b/defaults.inc @@ -3,7 +3,7 @@ action="$1" FOLDER='/opt/idssys/ta-proxmenu' -VERS='2026.2.7' +VERS='2026.2.8' RNIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 01fb744..ed82ff2 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -112,12 +112,12 @@ INSTALL_S1() { 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 + 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 /opt/sentinelone/bin/sentinelctl management token set ${s1token} /opt/sentinelone/bin/sentinelctl control start + rm -f ./SentinelAgent_linux_x86_64*.deb 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