1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-02 03:20:47 +00:00

New compatibility table

This commit is contained in:
angristan 2018-09-21 22:56:33 +02:00
parent f09037a099
commit ca3198d521

View File

@ -52,18 +52,20 @@ In your home directory, you will have `.ovpn` files. These are the client config
The script supports these OS and architectures: The script supports these OS and architectures:
- **Debian 8** (i386, amd64) | | i386 | amd64 | armhf | arm64 |
- **Debian 9** (i386, amd64, armhf, arm64) | ------------ | ---- | ----- | ----- | ----- |
- **Ubuntu 16.04 LTS** (i386, amd64, armhf) | Debian 8 | ✅ | ✅ | ❌ | ❌ |
- **Ubuntu 17.10** (i386, amd64, armhf, arm64) | Debian 9 | ✅ | ✅ | ✅ | ✅ |
- **Ubuntu 18.04 LTS** (i386, amd64, armhf, arm64) | Ubuntu 16.04 | ✅ | ✅ | ✅ | ✅ |
- **Fedora 27** (amd64) | Ubuntu 17.10 | ✅ | ✅ | ✅ | ✅ |
- **Fedora 28** (amd64) | Ubuntu 18.04 | ✅ | ✅ | ✅ | ✅ |
- **CentOS 7** (i386, amd64) | CentOS 7 | ✅ | ✅ | ❔ | ❌ |
| Fedora 27 | ❔ | ✅ | ❔ | ❔ |
| Fedora 28 | ❔ | ✅ | ❔ | ❔ |
To be noted: To be noted:
- It should also work on Debian unstable/testing and Ubuntu beta. - It should work on Debian 8+ and Ubuntu 16.04+. But versions not in the table above are not officially supported.
- The script requires `systemd`. - The script requires `systemd`.
- The script is regularly tested against `amd64` only. - The script is regularly tested against `amd64` only.