Skip to content

Commit

Permalink
switch to curl
Browse files Browse the repository at this point in the history
  • Loading branch information
HPPinata authored Aug 28, 2023
1 parent b07ffbb commit 2c8fa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 2c8fa5f

Please sign in to comment.