1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

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"
}
}
chef.add_recipe "fdroidbuild-general"
chef.add_recipe "android-sdk"
chef.add_recipe "android-ndk"
chef.add_recipe "fdroidbuild-general"
end
end