Update quickget

pull/621/head
TenTypekMatus 2 years ago committed by Martin Wimpress
parent e64f54ad52
commit d2a7eff80e
  1. 10
      quickget

@ -67,6 +67,7 @@ function pretty_name() {
ubuntu-unity) PRETTY_NAME="Ubuntu Unity";;
void) PRETTY_NAME="Void Linux";;
zorin) PRETTY_NAME="Zorin OS";;
truenas) PRETTY_NAME="TrueNAS";;
*) PRETTY_NAME="${SIMPLE_NAME^}";;
esac
echo "${PRETTY_NAME}"
@ -204,6 +205,7 @@ function os_support() {
slackware \
solus \
tails \
truenas \
ubuntu \
ubuntu-budgie \
ubuntukylin \
@ -480,6 +482,14 @@ function releases_tails() {
echo stable
}
function editions_truenas() {
echo core scale # enterprise is proprietary and paid
}
function releases_truenas() {
}
function releases_ubuntu() {
local LTS_SUPPORT="14.04 16.04 18.04 20.04 22.04"
local INTERIM_SUPPORT="22.10"

Loading…
Cancel
Save