Skip to content
Snippets Groups Projects

Simple typo issue from "crul" to "curl".

Merged Mitchell Moore requested to merge mmoo97/ohpc_vagrant:master into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -17,7 +17,7 @@ fi
@@ -17,7 +17,7 @@ fi
# Download the ipxe.iso boot image if it doesn't already exist
# Download the ipxe.iso boot image if it doesn't already exist
if [[ ! -f "$HOME/iso/ipxe.iso" ]]; then
if [[ ! -f "$HOME/iso/ipxe.iso" ]]; then
echo "Downloading the network boot ipxe.iso file"
echo "Downloading the network boot ipxe.iso file"
crul -o ~/iso/ipxe.iso http://boot.ipxe.org/ipxe.iso
curl -o ~/iso/ipxe.iso http://boot.ipxe.org/ipxe.iso
fi
fi
VBoxManage createvm --name "$nodename" --register
VBoxManage createvm --name "$nodename" --register
Loading