Index: build/install-build-deps-android.sh |
diff --git a/build/install-build-deps-android.sh b/build/install-build-deps-android.sh |
index fb3039cde0cb440dede66a67cb78a86770a55de0..5d9043944a0e04c964c7a25a24d0b34c22d3743d 100755 |
--- a/build/install-build-deps-android.sh |
+++ b/build/install-build-deps-android.sh |
@@ -38,11 +38,11 @@ sudo apt-get update |
# Fix deps |
sudo apt-get -f install |
-# Install python-pexpect |
-sudo apt-get install python-pexpect |
+# Install deps |
+sudo apt-get -y install python-pexpect ant1.8 xvfb x11-utils |
# Install sun-java6 stuff |
-sudo apt-get install sun-java6-bin sun-java6-jre sun-java6-jdk |
+sudo apt-get -y install sun-java6-bin sun-java6-jre sun-java6-jdk |
# Switch version of Java to java-6-sun |
# Sun's java is missing certain Java plugins (e.g. for firefox, mozilla). These |
@@ -70,7 +70,4 @@ then |
fi |
fi |
-# Install ant 1.8 (default is 1.7). |
-sudo apt-get install ant1.8 |
- |
echo "install-build-deps-android.sh complete." |