Merge branch 'master' into update-opensuse

This commit is contained in:
Phil Clifford 2022-06-18 02:21:57 +01:00
commit d3a4387a3c
2 changed files with 4 additions and 4 deletions

View File

@ -1124,7 +1124,7 @@ VMPATH=""
# shellcheck disable=SC2155
readonly LAUNCHER=$(basename "${0}")
readonly DISK_MIN_SIZE=$((197632 * 8))
readonly VERSION="3.14"
readonly VERSION="3.15"
# PUBLICSHARE is the only directory exposed to guest VMs for file
# sharing via 9P, spice-webdavd and Samba. This path is not configurable.

View File

@ -241,7 +241,7 @@ function releases_cachyos() {
}
function releases_debian() {
echo 10.11.0 11.2.0
echo 10.11.0 11.2.0 11.3.0
}
function editions_debian() {
@ -441,7 +441,7 @@ function releases_tails() {
}
function releases_ubuntu() {
local LTS_SUPPORT="14.04 16.04 18.04 20.04"
local LTS_SUPPORT="14.04 16.04 18.04 20.04 22.04"
case "${OS}" in
kubuntu|lubuntu|ubuntukylin|\
ubuntu-mate|ubuntustudio|xubuntu)
@ -826,7 +826,7 @@ function get_debian() {
local URL=""
case ${RELEASE} in
11.2.0) URL="https://cdimage.debian.org/debian-cd/${RELEASE}-live/amd64/iso-hybrid";;
11.3.0) URL="https://cdimage.debian.org/debian-cd/${RELEASE}-live/amd64/iso-hybrid";;
*) URL="https://cdimage.debian.org/cdimage/archive/${RELEASE}-live/amd64/iso-hybrid/";;
esac