update gir url
This commit is contained in:
+14
-2
@@ -3,7 +3,7 @@
|
||||
|
||||
action="${1:-}"
|
||||
FOLDER='/opt/idssys/ta-proxmenu'
|
||||
VERS='2026.7.28-1'
|
||||
VERS='2026.7.28-2'
|
||||
|
||||
noupdate=' '
|
||||
|
||||
@@ -26,10 +26,22 @@ TAPM_FLEET_ENSURE_IDENTITY || true
|
||||
S1_BROKER_PACKAGE='sentinelone-linux'
|
||||
S1_PACKAGE='tapm-sentinelone.deb'
|
||||
|
||||
# Imported from iDS-Defaults/default.inc. These are the only shared-default
|
||||
# functions TA-ProxMenu calls.
|
||||
EXIT1() {
|
||||
clear
|
||||
exit 0
|
||||
}
|
||||
|
||||
ENTER2CONTINUE() {
|
||||
echo
|
||||
read -r -s -p "[Press ENTER to continue]"
|
||||
echo -e "\e[1A\n\e[0K\r\n"
|
||||
}
|
||||
|
||||
# if [ -f /etc/apt/sources.list.d/gyptazy.list ]; then
|
||||
# rm -f /etc/apt/sources.list.d/gyptazy.list /etc/apt/keyrings/gyptazy.asc
|
||||
# echo "deb https://repo.gyptazy.com/stable /" > /etc/apt/sources.list.d/proxlb.list
|
||||
# wget -O /etc/apt/trusted.gpg.d/proxlb.asc https://repo.gyptazy.com/repository.gpg
|
||||
# apt-get update
|
||||
# fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user