mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Show list of fedora releases (#112)
This commit is contained in:
parent
2009ffc103
commit
c5cdb44325
2 changed files with 12 additions and 0 deletions
2
quickget
2
quickget
|
@ -679,6 +679,8 @@ else
|
|||
echo "ERROR! You must specify an OS release name."
|
||||
if [ "${OS}" == "freebsd" ]; then
|
||||
releases_freebsd
|
||||
elif [ "${OS}" == "fedora" ]; then
|
||||
releases_fedora
|
||||
elif [ "${OS}" == "macos" ]; then
|
||||
releases_macos
|
||||
elif [[ "${OS}" == *"ubuntu"* ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue