Skip to content

Commit 60ff144

Browse files
openhabianopenhabian
openhabian
authored and
openhabian
committed
unhold Pakete für Milestones + Snapshots
Signed-off-by: openhabian <openhabian@openHABian>
1 parent f0fe0ac commit 60ff144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functions/menu.bash

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ show_main_menu() {
228228
version="$( (openhab4_is_installed && echo "openHAB") || (openhab3_is_installed && echo "openHAB3"))"
229229
case "$choice2" in
230230
41\ *) openhab_setup "release";;
231-
*openHAB\ Milestone) openhab_setup "milestone";;
232-
*openHAB\ Snapshot) openhab_setup "snapshot";;
231+
*openHAB\ Milestone) cond_redirect apt-mark unhold openhab openhab-addons evcc && openhab_setup "milestone";;
232+
*openHAB\ Snapshot) cond_redirect apt-mark unhold openhab openhab-addons evcc && openhab_setup "snapshot";;
233233
42\ *) openhab_shell_interfaces;;
234234
43\ *) openhab_clean_cache;;
235235
44\ *) nginx_setup;;

0 commit comments

Comments
 (0)