mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-19 03:10:16 +00:00
fix(core): typo on distroCheck
This commit is contained in:
parent
4446ea0c2f
commit
16189edc7b
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ distroCheck() {
|
|||
case "${PLAT}" in
|
||||
Debian | Raspbian | Ubuntu)
|
||||
case "${OSCN}" in
|
||||
stretch | buster | bullseye | bookwork | xenial | bionic | focal | jammy | lunar)
|
||||
stretch | buster | bullseye | bookworm | xenial | bionic | focal | jammy | lunar)
|
||||
:
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue