fix: use curl-bash format in vm docs

This commit is contained in:
Oskar Manhart
2024-08-28 16:14:47 +02:00
parent 81fbf01147
commit 6ab6a45987
2 changed files with 2 additions and 2 deletions

View File

@@ -679,5 +679,5 @@ You may now proceed to install other applications like 'Microsoft 365', 'Adobe C
Finally, restart the virtual machine, but **DO NOT** log in. Close the virtual machine viewer and proceed to run the WinApps installation.
```bash
./setup.sh
bash <(curl https://raw.githubusercontent.com/winapps-org/winapps/main/setup.sh)
```