From 8835750046d98e13dbb7e86b78c746f9948d6b8d Mon Sep 17 00:00:00 2001 From: Markus Storm Date: Mon, 31 Jul 2023 19:58:37 +0200 Subject: [PATCH] Update openhabian.bash Signed-off-by: Markus Storm --- functions/openhabian.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/openhabian.bash b/functions/openhabian.bash index 445b14967..0a20d19ec 100644 --- a/functions/openhabian.bash +++ b/functions/openhabian.bash @@ -218,7 +218,7 @@ openhabian_update() { case $selection in release) selection="openHAB";; latest) selection="main";; - legacy) selection="openHAB3";; + legacy) selection="openHAB2";; esac read -r -t 1 -n 1 key