Skip to content

Commit

Permalink
feat: update to java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadikum committed Nov 23, 2020
1 parent f4b5eb2 commit 2e1e32b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install_packages_dump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ packages_list=(boost-devel.x86_64
qt-devel
docker
docker-compose
java-latest-openjdk
java-latest-openjdk-devel
java-11-openjdk
java-11-openjdk-devel
boost
boost-math
boost-graph
Expand Down Expand Up @@ -125,6 +125,7 @@ packages_list=(boost-devel.x86_64
teams.x86_64)

dnf -y install ${packages_list[@]}
dnf -y remove java-8-openjdk java-8-openjdk-devel java-8-openjdk-headless

# BLIH
cp blih.py /usr/bin/blih
Expand Down

0 comments on commit 2e1e32b

Please sign in to comment.