Skip to content
Snippets Groups Projects
Commit 55b455e9 authored by Bob Lantz's avatar Bob Lantz
Browse files

Fix typo in depend()

parent 593fc365
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ def depend():
"Install package dependencies"
log( '* Installing package dependencies' )
run( 'sudo apt-get -qy update' )
run( 'sudo install -qy'
run( 'sudo apt-get -qy install'
' kvm cloud-utils genisoimage qemu-kvm qemu-utils'
' e2fsprogs dnsmasq curl'
' python-setuptools mtools zip' )
......
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