We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 828ed23 + d8fe9fc commit 5c4d3b1Copy full SHA for 5c4d3b1
oab-java.sh
@@ -418,7 +418,7 @@ fi
418
419
# Install the Java build requirements
420
ncecho " [x] Installing Java build requirements "
421
-apt-get install -y --no-install-recommends ${BUILD_DEPS} >> "$log" 2>&1 &
+#apt-get install -y --no-install-recommends ${BUILD_DEPS} >> "$log" 2>&1 &
422
pid=$!;progress $pid
423
424
# Make sure the required dirs exist.
0 commit comments