Skip to content
Snippets Groups Projects
Commit 0a407d89 authored by Mitchell Moore's avatar Mitchell Moore
Browse files

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

parent 46a3f33b
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment