From 6ab6a45987f97839798b4a9fd874949e113bb466 Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:14:47 +0200 Subject: [PATCH] fix: use curl-bash format in vm docs --- docs/docker.md | 2 +- docs/libvirt.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docker.md b/docs/docker.md index afb1ba8..b03a4ca 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -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` diff --git a/docs/libvirt.md b/docs/libvirt.md index 3e24d18..165cad3 100644 --- a/docs/libvirt.md +++ b/docs/libvirt.md @@ -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) ```