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

Cats paw on keyboard to accept license

This commit is contained in:
Ciaran Gultnieks 2013-07-31 17:46:31 +01:00
parent 73c3a78fc6
commit f51e4f805e

View File

@ -32,7 +32,10 @@ script "add_build_tools" do
echo Installing from cache
tar -C #{sdk_loc}/build-tools -z -x -f /vagrant/cache/build-tools/17.0.0.tar.gz
else
#{sdk_loc}/tools/android update sdk --no-ui -a -t build-tools-17.0.0
#{sdk_loc}/tools/android update sdk --no-ui -a -t build-tools-17.0.0 <<X
y
X
fi
"
not_if "test -d #{sdk_loc}/build-tools/17.0.0"