From 484b601f0270509b4c66cf1dbd9a7408ddbe3547 Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 17 Sep 2017 20:23:11 +0200 Subject: [PATCH] Compatibility update Dropped Debian 7 and Ubuntu 12.04 according to https://github.com/Angristan/OpenVPN-install/commit/d0b1fbbe51fc31f960e3a3de71bb507c090139a3 Discovered an issue with Arch Linux : https://github.com/Angristan/OpenVPN-install/issues/99 --- README.md | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 44d4f97..ac329cf 100644 --- a/README.md +++ b/README.md @@ -50,18 +50,22 @@ On the client-side, it's less problematic, but if you want to use an OpenVPN ser ## Compatibility -The script is made to work on these OS and architectures : -- **Debian 7** (i386, amd64) -- **Debian 8** (i386, amd64) -- **Debian 9** (i386, amd64, armhf, arm64) -- **Ubuntu 12.04 LTS** (i386, amd64) -- **Ubuntu 14.04 LTS** (i386, amd64) -- **Ubuntu 16.04 LTS** (i386, amd64) -- **Ubuntu 16.10** (i386, amd64, armhf, arm64) -- **Ubuntu 17.04** (i386, amd64, armhf, arm64) -- **CentOS 6** (i386, amd64) -- **CentOS 7** (i386, amd64, arm64) -- **Arch Linux** (i686, amd64) +| | i386 | amd64 | armhf | arm64 | +|:------------:|:----:|:-----:|:-----:|:-----:| +| Debian 8 | ✔️ | ✔️ | ❌ | ❌ | +| Debian 9 | ✔️ | ✔️ | ✔️ | ✔️ | +| Ubuntu 14.04 | ✔️ | ✔️ | ❌ | ❌ | +| Ubuntu 16.04 | ✔️ | ✔️ | ❌ | ❌ | +| Ubuntu 17.04 | ✔️ | ✔️ | ✔️ | ✔️ | +| CentOS 6 | ✔️ | ✔️ | ❔ | ❔ | +| CentOS 7 | ✔️ | ✔️ | ✔️ | ❔ | +| Arch Linux | ✔️ | ✔️ | ❔ | ❌[(❔)](https://github.com/Angristan/OpenVPN-install/issues/99) | + +- ✔️ = tested and compatible + +- ❔ = untested + +- ❌ = tested and not compatible (It should also work on Debian unstable/testing and Ubuntu beta).