This commit is contained in:
2026-07-25 18:06:15 -05:00
parent f5d7577219
commit 6362844f1a
3 changed files with 11 additions and 5 deletions
+6 -1
View File
@@ -6,6 +6,12 @@
source /opt/idssys/defaults/default.inc
source /opt/idssys/ta-proxmenu/defaults.inc
# An older run.sh may update main on disk while continuing to execute its
# already-loaded code. Hand V2 to the new launcher loaded from disk.
if [[ "${1:-}" == "V2" ]]; then
exec /opt/idssys/ta-proxmenu/run.sh V2
fi
INSTALL_PULSE() {
echo
bash <(curl -fsSL https://github.com/rcourtman/Pulse/releases/latest/download/install.sh)
@@ -419,4 +425,3 @@ exit 0