From 329e7e43c769de416cea2b4307db27881a8033d3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 14 Mar 2026 00:10:28 -0500 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index d82453b..aace8d2 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/inc/SentinelAgent_linux_x86_64_v25_3_2_11.deb" + wget "https://git.scity.us/TAI/files/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