Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-10-21 16:34:30 +03:00
parent bf30e7714a
commit fb0005e9d1

View File

@ -137,6 +137,13 @@ This setup will use three IP addresses:
### Semi-automated setup
Open a terminal on the host (`ssh` or via the UI).
Optionally, set a desired default editor (defaults to `nano`) via:
```shell
export EDITOR=..
```
Download the [`bootstrap.sh`](./scripts/bootstrap.sh) script and execute it:
```shell
curl 'https://raw.githubusercontent.com/flynx/proxmox-utils/refs/heads/master/scripts/bootstrap.sh' | sudo bash