Skip to content

Commit

Permalink
dist: change to install openjdk-11-jdk to -headless
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Jan 8, 2025
1 parent bf3f1fa commit 4b4e691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/install/apt-install-nativelib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apt-get install -y -V \
build-essential \
cmake \
libboost-system-dev \
openjdk-11-jdk \
openjdk-11-jdk-headless \
ninja-build

echo "$(basename $0) successful."
2 changes: 1 addition & 1 deletion dist/install/apt-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ apt-get install -y -V \
libssl-dev \
libtbb-dev \
lsb-release \
openjdk-11-jdk \
openjdk-11-jdk-headless \
pkg-config \
protobuf-compiler \
ninja-build \
Expand Down

0 comments on commit 4b4e691

Please sign in to comment.