summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@gmail.com>2017-08-31 11:27:24 -0700
committerPierre Grandin <grandinp@gmail.com>2017-08-31 11:27:24 -0700
commit2d1c046652d29af67a1655f43c0f8663a89d464d (patch)
tree57094609f8cd00623b4f1db19aca74f1124f87af
parent1c6468ae318ef53e255179f8c0fdd370da9508ae (diff)
downloadnavit-2d1c046652d29af67a1655f43c0f8663a89d464d.tar.gz
Cope with non interactive terminals
-rw-r--r--ci/setup_android.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/setup_android.sh b/ci/setup_android.sh
index 43c529b9e..5bf3556ce 100644
--- a/ci/setup_android.sh
+++ b/ci/setup_android.sh
@@ -1,5 +1,5 @@
-apt-get update && apt-get install software-properties-common
-add-apt-repository ppa:openjdk-r/ppa
+apt-get update && apt-get install -y software-properties-common
+add-apt-repository -y ppa:openjdk-r/ppa
apt-get update && apt-get install -y openjdk-8-jdk wget expect git curl libsaxonb-java ant
export ANDROID_SDK_HOME=/opt/android-sdk-linux