This commit is contained in:
David Schroeder
2026-03-01 18:14:31 -06:00
parent 850a288bc6
commit ba2d768fe5
2 changed files with 5 additions and 5 deletions

View File

@@ -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