20 lines
438 B
Markdown
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)"
|
|
```
|