From 9309ab5b4557e1d7cf44f546afd0e658bed6df59 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 18 Jul 2026 22:58:36 -0500 Subject: [PATCH] update s1 client --- defaults.inc | 2 +- proxmenu-scripts.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 1727cfa..e7f38ec 100755 --- a/defaults.inc +++ b/defaults.inc @@ -3,7 +3,7 @@ action="$1" FOLDER='/opt/idssys/ta-proxmenu' -VERS='2026.7.18-2' +VERS='2026.7.18-3' noupdate=' ' diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 31bb546..a18779b 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -114,7 +114,7 @@ INSTALL_S1() { echo -en "${idsCL[LightYellow]}Paste the customers SentinelOne Site Token: ${idsCL[Default]}" read -e s1token cd /tmp - wget "https://git.scity.us/TAI/files/raw/branch/main/SentinelAgent_linux_x86_64_v25_4_2_21.deb" + wget "https://git.scity.us/TAI/files/raw/branch/main/SentinelAgent_linux_x86_64_v26_1_1_31.deb" dpkg -i ./SentinelAgent_linux_x86_64*.deb /opt/sentinelone/bin/sentinelctl management token set ${s1token} /opt/sentinelone/bin/sentinelctl control start