From c3c04c970e6ec476c0d180c05ca1815896833828 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Wed, 6 Aug 2025 12:39:42 +0000 Subject: [PATCH] docs: update README with Proxmox community script The official Proxmox helper script now supports Pulse v4 --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cb7ac3fcf..6d82d4211 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,11 @@ Choose **one** method: # Option A: Docker (Multi-arch: AMD64, ARM64, ARMv7) - RECOMMENDED docker run -d -p 7655:7655 -v pulse_data:/data --restart unless-stopped rcourtman/pulse:latest -# Option B: Manual Install (For existing LXC/VMs) -curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash +# Option B: Proxmox Helper Script - Creates dedicated LXC container +bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/pulse.sh)" -# Option C: Proxmox Helper Script (Fix in progress - PR submitted) -# The helper script is being updated for v4. Until merged, use Option A or B -# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/pulse.sh)" +# Option C: Manual Install (For existing LXC/VMs) +curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash ``` ### Configure Pulse