mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-22 00:39:03 +01:00
New compatibility table
This commit is contained in:
parent
f09037a099
commit
ca3198d521
20
README.md
20
README.md
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user