Fix script URL in README.md

This commit is contained in:
CanbiZ
2025-09-16 09:45:48 +02:00
committed by GitHub
parent df542c38b0
commit e3f2e379f2

View File

@@ -49,7 +49,7 @@ You can either install automatically via the provided installer script or do a m
Run this command directly on your Proxmox VE host: Run this command directly on your Proxmox VE host:
```bash ```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/michelroegl-brunner/PVESciptslocal/main/installer.sh)" bash -c "$(curl -fsSL https://raw.githubusercontent.com/michelroegl-brunner/PVESciptslocal/main/install.sh)"
``` ```
## The script will: ## The script will: