mirror of
https://github.com/pivpn/pivpn.git
synced 2025-05-10 18:04:10 +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}")"
|
||||
VER="${VERSION_ID}"
|
||||
declare -A VER_MAP=(
|
||||
["10"]="buster"
|
||||
["11"]="bullseye"
|
||||
["12"]="bookworm"
|
||||
["20.04"]="focal"
|
||||
|
@ -370,7 +369,7 @@ distroCheck() {
|
|||
case "${PLAT}" in
|
||||
Debian | Raspbian | Ubuntu)
|
||||
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