Add support for AlmaLinux 8
AlmaLinux OS is 1:1 binary compatible with RHEL and pre-Stream CentOS. Since Rocky Linux support is added, Alma should be added to to the checkOS function too as otherwise installation on Alma will fail.
This commit is contained in:
parent
cef4cd95be
commit
ede912a5b7
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||

|
||||

|
||||
|
||||
OpenVPN installer for Debian, Ubuntu, Fedora, CentOS, Arch Linux, Oracle Linux and Rocky Linux.
|
||||
OpenVPN installer for Debian, Ubuntu, Fedora, CentOS, Arch Linux, Oracle Linux, Rocky Linux and AlmaLinux.
|
||||
|
||||
This script will let you setup your own secure VPN server in just a few seconds.
|
||||
|
||||
|
@ -127,6 +127,7 @@ The script supports these OS and architectures:
|
|||
| Ubuntu >= 18.04 | ✅ | ✅ | ✅ | ✅ |
|
||||
| Oracle Linux 8 | ❌ | ✅ | ❌ | ❔ |
|
||||
| Rocky Linux 8 | ❔ | ✅ | ❔ | ❔ |
|
||||
| AlmaLinux 8 | ❌ | ✅ | ❌ | ❔ |
|
||||
|
||||
To be noted:
|
||||
|
||||
|
|
Loading…
Reference in a new issue