From 86b62a8805d81bf50c715bf12cecaa5fb7b49b5a Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Sun, 21 Aug 2022 13:19:05 +0200 Subject: [PATCH] Solved default switch bug --- scripts/image/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/image/setup.sh b/scripts/image/setup.sh index 0df3949..c73c1ca 100644 --- a/scripts/image/setup.sh +++ b/scripts/image/setup.sh @@ -151,7 +151,7 @@ case "$operation_system" in wget "$download_url" -O "$image_path" || error "Download from \"$download_url\" failed." fi ;; - "*") + *) info "Available images:" ls -l "$image_folder" question "Which image would you like to use?" && read -r image_name || error