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.
1 parent 5c4d3b1 commit 3fd59e7Copy full SHA for 3fd59e7
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