From a778cb2ed57ad9963063bd48f93f1c8845f5d2f1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 13 Apr 2026 19:14:25 -0500 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 9728753..e94fe93 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -8,7 +8,7 @@ source /opt/idssys/ta-proxmenu/defaults.inc INSTALL_PULSE() { echo - curl -fsSL https://github.com/rcourtman/Pulse/releases/latest/download/install.sh | bash + bash <(curl -fsSL https://github.com/rcourtman/Pulse/releases/latest/download/install.sh) echo echo -e "\n${idsCL[Green]}Pulse has been installed${idsCL[Default]}" [ ${action-x} ] && exit 0 || ENTER2CONTINUE