diff --git a/README.md b/README.md index ea03c37..7c2ecd2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ It creates a VM to run openSUSE MicroOS + docker-compose to use [this image](htt ``` until yum upgrade -y && yum autoremove -y; do sleep 5; done #update to get the correct guest-util ISO version /opt/xensource/libexec/xen-cmdline --set-xen dom0_mem=2048M,max:2048M && reboot #set dom0 memory -wget https://raw.githubusercontent.com/HPPinata/Xen-Orchestra-Install/main/createXO.bash +curl -O https://raw.githubusercontent.com/HPPinata/Xen-Orchestra-Install/main/createXO.bash cat createXO.bash #look at the things you download bash createXO.bash ```