Skip to content

Commit

Permalink
Fix Option for AdoptOpenJDK (openhab#907)
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye authored May 21, 2020
1 parent 48a4745 commit 629d31b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build-image/openhabian.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ debugmode=on

# Java architecture mode
# Valid arguments: "AdoptOpenJDK", "Zulu32", or "Zulu64"
java_arch=32-bit
java_opt=Zulu32

# vim: filetype=sh
2 changes: 1 addition & 1 deletion build-image/openhabian.pi-raspbian.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ debugmode=none

# Java architecture mode
# Valid arguments: "AdoptOpenJDK", "Zulu32", or "Zulu64"
java_arch=32-bit
java_opt=Zulu32

# vim: filetype=sh
6 changes: 3 additions & 3 deletions functions/menu.bash
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ show_main_menu() {
elif [[ "$choice" == "60"* ]]; then
choosenComponents=$(whiptail --title "Manual/Fresh Setup" --checklist "Choose which system components to install or configure:" 20 116 13 --cancel-button Back --ok-button Execute \
"62 | Packages" "Install needed and recommended system packages " OFF \
"63 | Zulu OpenJDK 32-bit" "Install Zulu 32-bit OpenJDK as primary Java provider" \
" | Zulu OpenJDK 64-bit" "Install Zulu 64-bit OpenJDK as primary Java provider" \
" | AdoptOpenJDK" "Install AdoptOpenJDK as primary Java provider" \
"63 | Zulu OpenJDK 32-bit" "Install Zulu 32-bit OpenJDK as primary Java provider" OFF \
" | Zulu OpenJDK 64-bit" "Install Zulu 64-bit OpenJDK as primary Java provider" OFF \
" | AdoptOpenJDK" "Install AdoptOpenJDK as primary Java provider" OFF \
"64 | openHAB stable" "Install the latest openHAB release" OFF \
" | openHAB testing" "Install the latest openHAB testing (milestone) build" OFF \
" | openHAB unstable" "(Alternative) Install the latest openHAB SNAPSHOT build" OFF \
Expand Down
2 changes: 1 addition & 1 deletion openhabian.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ debugmode=on

# Java architecture mode
# Valid arguments: "AdoptOpenJDK", "Zulu32", or "Zulu64"
java_arch=32-bit
java_opt=Zulu32

# vim: filetype=sh

0 comments on commit 629d31b

Please sign in to comment.