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