mirror of
https://github.com/pivpn/pivpn.git
synced 2025-05-11 02:14:09 +02:00
feat(install): Remove support for EOL OS
Debian buster is EOL since June 30th 2024
This commit is contained in:
parent
a99d3b0a84
commit
258e800e42
1 changed files with 1 additions and 2 deletions
|
@ -352,7 +352,6 @@ distroCheck() {
|
||||||
PLAT="$(awk '{print $1}' <<< "${NAME}")"
|
PLAT="$(awk '{print $1}' <<< "${NAME}")"
|
||||||
VER="${VERSION_ID}"
|
VER="${VERSION_ID}"
|
||||||
declare -A VER_MAP=(
|
declare -A VER_MAP=(
|
||||||
["10"]="buster"
|
|
||||||
["11"]="bullseye"
|
["11"]="bullseye"
|
||||||
["12"]="bookworm"
|
["12"]="bookworm"
|
||||||
["20.04"]="focal"
|
["20.04"]="focal"
|
||||||
|
@ -370,7 +369,7 @@ distroCheck() {
|
||||||
case "${PLAT}" in
|
case "${PLAT}" in
|
||||||
Debian | Raspbian | Ubuntu)
|
Debian | Raspbian | Ubuntu)
|
||||||
case "${OSCN}" in
|
case "${OSCN}" in
|
||||||
buster | bullseye | bookworm | focal | jammy | noble)
|
bullseye | bookworm | focal | jammy | noble)
|
||||||
:
|
:
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue