From f9f2b9d7e138b683a5619c3bd1cad32ef19a02dc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 6 Mar 2026 21:17:26 -0600 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 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;;