Install packages first

This commit is contained in:
Ciaran Gultnieks 2013-05-25 13:56:00 +01:00
parent ee0e3253b5
commit 03dcc07edb

View file

@ -19,8 +19,8 @@ Vagrant::Config.run do |config|
:user => "vagrant" :user => "vagrant"
} }
} }
chef.add_recipe "fdroidbuild-general"
chef.add_recipe "android-sdk" chef.add_recipe "android-sdk"
chef.add_recipe "android-ndk" chef.add_recipe "android-ndk"
chef.add_recipe "fdroidbuild-general"
end end
end end