1
0
mirror of https://github.com/wofferl/proxmox-backup-arm64.git synced 2025-04-19 04:02:15 +03:00

make clear that ./build.sh install also downloads the packages if not locally found

This commit is contained in:
Wolfgang 2024-11-11 17:29:24 +00:00
parent a60d1c7bba
commit 5105c83405

View File

@ -9,7 +9,7 @@ With the script you can also download all files of the latest release at once
```
./build.sh download
```
or install
or download and install automatically
```
./build.sh install
```