diff options
author | Stanislas Lange <git@slange.me> | 2023-01-22 12:02:44 +0100 |
---|---|---|
committer | Stanislas Lange <git@slange.me> | 2023-01-22 12:02:44 +0100 |
commit | 5b483ecb8913e48bd670bfea43e5664a8ebce199 (patch) | |
tree | cd5334333bf52c9c55e0c34b2ae59598212ffdfd /README.md | |
parent | 258eb9441b81f4bb35922fa6cf43fbbf3cf2241e (diff) |
Fix support for CentOS, Rocky and AlmaLinux
Fix https://github.com/angristan/wireguard-install/pull/253
Fix https://github.com/angristan/wireguard-install/issues/374
Fix https://github.com/angristan/wireguard-install/issues/231
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -17,13 +17,14 @@ WireGuard does not fit your environment? Check out [openvpn-install](https://git Supported distributions: -- Ubuntu >= 16.04 -- Debian >= 10 -- Fedora -- CentOS -- AlmaLinux +- AlmaLinux >= 8 - Arch Linux +- CentOS Stream >= 8 +- Debian >= 10 +- Fedora >= 32 - Oracle Linux +- Rocky Linux >= 8 +- Ubuntu >= 18.04 ## Usage |