diff --git a/compute_create b/compute_create index 644b75f2107121b32d8e00b143322aef11beb89a..cc0769eb7320448e2ca3bfe26529219e75b68d11 100755 --- a/compute_create +++ b/compute_create @@ -17,7 +17,7 @@ fi # Download the ipxe.iso boot image if it doesn't already exist if [[ ! -f "$HOME/iso/ipxe.iso" ]]; then echo "Downloading the network boot ipxe.iso file" - wget -O ~/iso/ipxe.iso http://boot.ipxe.org/ipxe.iso + crul -o ~/iso/ipxe.iso http://boot.ipxe.org/ipxe.iso fi VBoxManage createvm --name "$nodename" --register