mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 01:11:07 +03:00
Cats paw on keyboard to accept license
This commit is contained in:
parent
73c3a78fc6
commit
f51e4f805e
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue