Update proxmenu-scripts.sh

This commit is contained in:
2026-03-14 00:10:28 -05:00
parent ee64abce0f
commit 329e7e43c7

View File

@@ -114,7 +114,7 @@ INSTALL_S1() {
echo -en "${idsCL[LightYellow]}Paste the customers SentinelOne Site Token: ${idsCL[Default]}" echo -en "${idsCL[LightYellow]}Paste the customers SentinelOne Site Token: ${idsCL[Default]}"
read -e s1token read -e s1token
cd /tmp 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 dpkg -i ./SentinelAgent_linux_x86_64*.deb
/opt/sentinelone/bin/sentinelctl management token set ${s1token} /opt/sentinelone/bin/sentinelctl management token set ${s1token}
/opt/sentinelone/bin/sentinelctl control start /opt/sentinelone/bin/sentinelctl control start