mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 11:30:15 +00:00
Move v5 maintenance flow onto release/5.1
This commit is contained in:
parent
deee730af2
commit
324f3be1c8
31 changed files with 548 additions and 256 deletions
|
|
@ -83,7 +83,7 @@ If you use the legacy `docker-compose` binary, replace `docker compose` with `do
|
|||
### ProxmoxVE LXC (Manual)
|
||||
|
||||
```bash
|
||||
curl -fsSL https://github.com/rcourtman/Pulse/releases/latest/download/install.sh | bash
|
||||
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/release/5.1/install.sh | bash
|
||||
```
|
||||
|
||||
This script installs/updates the **Pulse server**. Agent updates use the `/install.sh` command generated in **Settings → Agents → Installation commands**.
|
||||
|
|
@ -91,7 +91,7 @@ This script installs/updates the **Pulse server**. Agent updates use the `/insta
|
|||
### Systemd Service (Manual)
|
||||
|
||||
```bash
|
||||
curl -fsSL https://github.com/rcourtman/Pulse/releases/latest/download/install.sh | bash
|
||||
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/release/5.1/install.sh | bash
|
||||
```
|
||||
|
||||
This script installs/updates the **Pulse server**. Agent updates use the `/install.sh` command generated in **Settings → Agents → Installation commands**.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue