diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index de7ff36..8706e64 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -12,7 +12,7 @@ INSTALL_PULSE() { [Nn]) MAIN_MENU;; * ) echo - bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pulse.sh)" + curl -fsSL https://github.com/rcourtman/Pulse/releases/latest/download/install.sh | bash echo echo -e "\n${idsCL[Green]}Pulse has been installed${idsCL[Default]}" [ ${action-x} ] && exit 0 || ENTER2CONTINUE;;