mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 10:50:16 +00:00
feat(Core): Drop Support for Stretch and Xenial
Drop support for Debian 9 Stretch Drop support for Ubuntu 16.04 Xenial
This commit is contained in:
parent
c1097ca69c
commit
81646f30ff
1 changed files with 1 additions and 3 deletions
|
@ -346,10 +346,8 @@ distroCheck() {
|
|||
. /etc/os-release
|
||||
PLAT="$(awk '{print $1}' <<< "${NAME}")"
|
||||
VER="${VERSION_ID}"
|
||||
declare -A VER_MAP=(["9"]="stretch"
|
||||
["10"]="buster"
|
||||
declare -A VER_MAP=(["10"]="buster"
|
||||
["11"]="bullseye"
|
||||
["16.04"]="xenial"
|
||||
["18.04"]="bionic"
|
||||
["20.04"]="focal"
|
||||
["22.04"]="jammy")
|
||||
|
|
Loading…
Reference in a new issue