Skip to content

Commit 3fd59e7

Browse files
committed
restoring the part where we need to install deps
reverting a previous bad merge
1 parent 5c4d3b1 commit 3fd59e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oab-java.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ fi
418418

419419
# Install the Java build requirements
420420
ncecho " [x] Installing Java build requirements "
421-
#apt-get install -y --no-install-recommends ${BUILD_DEPS} >> "$log" 2>&1 &
421+
apt-get install -y --no-install-recommends ${BUILD_DEPS} >> "$log" 2>&1 &
422422
pid=$!;progress $pid
423423

424424
# Make sure the required dirs exist.

0 commit comments

Comments
 (0)