Show list of fedora releases (#112)

This commit is contained in:
Yannick Mauray 2021-10-16 20:09:39 +02:00 committed by GitHub
parent 2009ffc103
commit c5cdb44325
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -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