You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: functions/openhab.bash
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ openhab_setup() {
31
31
local installVersion
32
32
local repo
33
33
local successText
34
+
local noJVMText="We were unable to install/upgrade your system to openHAB 5.\\nThis requires Java version 21, and we have been unable to identify and install a suitable Java JVM package for your hardware-OS combo."
34
35
local ohPkgName="openhab"
35
36
36
37
if [[ $1=="snapshot"||$1=="unstable" ]];then
@@ -58,7 +59,7 @@ openhab_setup() {
58
59
fi
59
60
60
61
# date needs to be > Apr 1, 24 for openhab repo signing key to be valid
0 commit comments