We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0fe0ac commit 60ff144Copy full SHA for 60ff144
functions/menu.bash
@@ -228,8 +228,8 @@ show_main_menu() {
228
version="$( (openhab4_is_installed && echo "openHAB") || (openhab3_is_installed && echo "openHAB3"))"
229
case "$choice2" in
230
41\ *) openhab_setup "release";;
231
- *openHAB\ Milestone) openhab_setup "milestone";;
232
- *openHAB\ Snapshot) openhab_setup "snapshot";;
+ *openHAB\ Milestone) cond_redirect apt-mark unhold openhab openhab-addons evcc && openhab_setup "milestone";;
+ *openHAB\ Snapshot) cond_redirect apt-mark unhold openhab openhab-addons evcc && openhab_setup "snapshot";;
233
42\ *) openhab_shell_interfaces;;
234
43\ *) openhab_clean_cache;;
235
44\ *) nginx_setup;;
0 commit comments