From e246e69a4c68010ae79da96aa49053c222851496 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 13 Mar 2026 23:29:04 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- proxmenu-scripts.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/defaults.inc b/defaults.inc index 2be89e3..9d69bf0 100755 --- a/defaults.inc +++ b/defaults.inc @@ -3,7 +3,7 @@ action="$1" FOLDER='/opt/idssys/ta-proxmenu' -VERS='2026.3.13-11' +VERS='2026.3.13-12' 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 866543a..d82453b 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.schroedercity.com/TAI/TA-ProxMenu/raw/branch/main/SentinelAgent_linux_x86_64_v25_3_2_11.deb" + wget "https://git.schroedercity.com/TAI/TA-ProxMenu/raw/branch/main/inc/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 @@ -308,7 +308,7 @@ MAIN_MENU() { echo -e "${idsCL[DarkGray]} [7] Acronis Backup is already installed${idsCL[Default]}" fi if [ "$(echo ${DPL} | awk '/sentinelagent/ {print }'|wc -l)" -eq 0 ]; then - echo -e "${idsCL[White]} [${idsCL[LightYellow]}8${idsCL[Default]}] ${idsCL[White]}Install SentinelOne Agent${idsCL[Default]}" + echo -e "${idsCL[White]} [${idsCL[LightYellow]}8${idsCL[Default]}] ${idsCL[White]}Install SentinelOne Agent (v25_3_2_11)${idsCL[Default]}" else echo -e "${idsCL[DarkGray]} [8] SentinelOne is already installed${idsCL[Default]}" fi