Add FreeBSD release prompt

pull/65/head
Martin Wimpress 3 years ago
parent 0dd26be472
commit c060214412
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 4
      quickget

@ -409,7 +409,9 @@ if [ -n "${2}" ]; then
RELEASE="${2,,}"
else
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
elif [[ "${OS}" == *"ubuntu"* ]]; then
releases_ubuntu

Loading…
Cancel
Save