From d8fe9fc4a3f1d6ddb7a3311a880e579f4d0bfd3d Mon Sep 17 00:00:00 2001 From: uestcshi Date: Sun, 6 Oct 2013 11:31:48 +0200 Subject: [PATCH] Update oab-java.sh commented out the 421 line --- oab-java.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oab-java.sh b/oab-java.sh index 42d9f9a..c732cb4 100755 --- a/oab-java.sh +++ b/oab-java.sh @@ -418,7 +418,7 @@ fi # Install the Java build requirements ncecho " [x] Installing Java build requirements " -apt-get install -y --no-install-recommends ${BUILD_DEPS} >> "$log" 2>&1 & +#apt-get install -y --no-install-recommends ${BUILD_DEPS} >> "$log" 2>&1 & pid=$!;progress $pid # Make sure the required dirs exist.