mirror of
				https://github.com/kevinveenbirkenbach/linux-image-manager.git
				synced 2025-11-04 09:28:01 +00:00 
			
		
		
		
	Solved default switch bug
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user