Skip to content

Commit 5c4d3b1

Browse files
committed
Merge pull request flexiondotorg#118 from uestcshi/patch-1
Update oab-java.sh
2 parents 828ed23 + d8fe9fc commit 5c4d3b1

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)