mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 10:50:16 +00:00
feat(core): OS Support
Add Ubuntu lunar support
This commit is contained in:
parent
23337523fa
commit
241d7c4209
1 changed files with 3 additions and 2 deletions
|
@ -351,7 +351,8 @@ distroCheck() {
|
|||
["11"]="bullseye"
|
||||
["18.04"]="bionic"
|
||||
["20.04"]="focal"
|
||||
["22.04"]="jammy")
|
||||
["22.04"]="jammy"
|
||||
["23.04"]="lunar")
|
||||
OSCN="${VER_MAP["${VER}"]}"
|
||||
|
||||
# Alpine support
|
||||
|
@ -363,7 +364,7 @@ distroCheck() {
|
|||
case "${PLAT}" in
|
||||
Debian | Raspbian | Ubuntu)
|
||||
case "${OSCN}" in
|
||||
stretch | buster | bullseye | xenial | bionic | focal | jammy)
|
||||
stretch | buster | bullseye | xenial | bionic | focal | jammy | lunar)
|
||||
:
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue