update
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user