Update proxmenu-scripts.sh

This commit is contained in:
David Schroeder
2026-03-01 18:04:55 -06:00
parent 1af9ad8785
commit a369d19955

View File

@@ -109,9 +109,10 @@ INSTALL_S1() {
[Nn]) MAIN_MENU;; [Nn]) MAIN_MENU;;
* ) * )
echo echo
wget "https://usea1-cw01.sentinelone.net/web/api/v2.1/update/agent/download/1976937981429889987/2391435784915167803" -O /tmp/s1install cd /tmp
dpkg -i /tmp/s1install wget "https://git.schroedercity.com/TAI/TA-ProxMenu/raw/branch/main/SentinelAgent_linux_x86_64_v25_3_2_11.deb"
rm -f /tmp/s1install dpkg -i ./SentinelAgent_linux_x86_64*.deb
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]}" 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 [ ${action-x} ] && exit 0 || ENTER2CONTINUE