Skip to content

Commit

Permalink
build(avd-jdk): switch back to openjdk 11 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfprod authored Dec 3, 2023
1 parent 982dc23 commit 0847278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-avd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ installAvd() {
printGap
sudo apt-get install g++

printInfoTitle "Installing the Open JDK 17..."
printInfoTitle "Installing the Open JDK 11..."
printGap
sudo apt-get install default-jdk openjdk-17-jdk
sudo apt-get install default-jdk openjdk-11-jdk

printInfoTitle "Configuring the JDK..."
printGap
Expand Down

0 comments on commit 0847278

Please sign in to comment.