Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: iso info is no longer functional although still being offered #1088

Closed
philclifford opened this issue Apr 20, 2024 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@philclifford
Copy link
Contributor

          Helpful iso info is no longer functional although still being offered:

(This is broken on HEAD of main btw, not by this PR so I'll push this comment to a new issue)

# master and web_pipe
 ./quickget 
ERROR! You must specify an operating system.
 - Operating Systems: alma [...]zorin

        You can also use these arguments:
        Only show ISO download URL
            --show-iso-url / -s {distro} {release} [edition]
        Test if ISO is available
            --test-iso-url / -t {distro} {release} [edition]
        Open distro homepage
            --open-distro-homepage / -o {distro}
        Only download ISO
            --download-iso / -d {distro} {release} [edition]

# 4.9.1 -ish 
~/src/quickemu$ quickget --show-iso-url debian 12.5.0
https://cdimage.debian.org/debian-cd/12.5.0-live/amd64/iso-hybrid/debian-live-12.5.0-amd64-standard.iso

#HEAD of master and web_pipe
~/src/quickemu$ ./quickget --show-iso-url debian 12.5.0
ERROR! --show-iso-url is not a supported OS.

alma [...] zorin

same for long and short -s -t -d options

Originally posted by @philclifford in #1087 (comment)

@zen0bit
Copy link
Contributor

zen0bit commented Apr 20, 2024

Sure is broken. Since I can't push all changes together, we will suffer till the new run script will be merged

@flexiondotorg flexiondotorg changed the title Helpful iso info is no longer functional although still being offered: bug: iso info is no longer functional although still being offered Apr 20, 2024
@flexiondotorg flexiondotorg added the bug Something isn't working label Apr 20, 2024
@flexiondotorg
Copy link
Member

Fixed via #999

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants