mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-02 13:17:19 +02:00
fix: use curl-bash format in vm docs
This commit is contained in:
parent
81fbf01147
commit
6ab6a45987
@ -56,7 +56,7 @@ docker compose --file ~/.config/winapps/compose.yaml up
|
||||
> Since no Windows user password is set by default, Windows may automatically log in, which may cause the WinApps installation to fail due to complications establishing an RDP connection. To avoid this issue, please use the VNC connection to ensure that the Windows user is logged out before starting the WinApps installation.
|
||||
|
||||
```bash
|
||||
./setup.sh
|
||||
bash <(curl https://raw.githubusercontent.com/winapps-org/winapps/main/setup.sh)
|
||||
```
|
||||
|
||||
### Changing `compose.yaml`
|
||||
|
@ -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)
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user