Files
2025-07-21 13:58:37 +02:00

20 lines
438 B
Markdown

A collection of installation scripts for Proxmox VE containers.
## Installation Commands
### Huntarr
Create a new Huntarr LXC container:
```bash
bash -c "$(curl -fsSL https://git.bila.li/Proxmox/proxmox-ve-install-scripts/raw/branch/dev/ct/huntarr.sh)"
```
### Profilarr
Create a new Profilarr LXC container:
```bash
bash -c "$(curl -fsSL https://git.bila.li/Proxmox/proxmox-ve-install-scripts/raw/branch/dev/ct/profilarr.sh)"
```