mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add FreeBSD release prompt
This commit is contained in:
parent
0dd26be472
commit
c060214412
1 changed files with 3 additions and 1 deletions
4
quickget
4
quickget
|
@ -409,7 +409,9 @@ if [ -n "${2}" ]; then
|
||||||
RELEASE="${2,,}"
|
RELEASE="${2,,}"
|
||||||
else
|
else
|
||||||
echo "ERROR! You must specify an OS release name."
|
echo "ERROR! You must specify an OS release name."
|
||||||
if [ "${OS}" == "macos" ]; then
|
if [ "${OS}" == "freebsd" ]; then
|
||||||
|
releases_freebsd
|
||||||
|
elif [ "${OS}" == "macos" ]; then
|
||||||
releases_macos
|
releases_macos
|
||||||
elif [[ "${OS}" == *"ubuntu"* ]]; then
|
elif [[ "${OS}" == *"ubuntu"* ]]; then
|
||||||
releases_ubuntu
|
releases_ubuntu
|
||||||
|
|
Loading…
Reference in a new issue