Add support for Debian 9 Stretch and architectures details

I figured it would be useful to add architectures to the list, especially considering the rise of ARM servers.
This commit is contained in:
Angristan 2017-06-26 03:02:16 +02:00 committed by GitHub
parent cd01329585
commit f4f8d08067

View File

@ -50,17 +50,18 @@ On the client-side, it's less problematic, but if you want to use an OpenVPN ser
## Compatibility ## Compatibility
The script is made to work on these OS : The script is made to work on these OS and architectures :
- Debian 7 - **Debian 7** (i386, amd64)
- Debian 8 - **Debian 8** (i386, amd64)
- Ubuntu 12.04 LTS - **Debian 9** (i386, amd64, armhf, arm64)
- Ubuntu 14.04 LTS - **Ubuntu 12.04 LTS** (i386, amd64)
- Ubuntu 16.04 LTS - **Ubuntu 14.04 LTS** (i386, amd64)
- Ubuntu 16.10 - **Ubuntu 16.04 LTS** (i386, amd64)
- Ubuntu 17.04 - **Ubuntu 16.10** (i386, amd64, armhf, arm64)
- CentOS 6 - **Ubuntu 17.04** (i386, amd64, armhf, arm64)
- CentOS 7 - **CentOS 6** (i386, amd64)
- Arch Linux - **CentOS 7** (i386, amd64, arm64)
- **Arch Linux** (i686, amd64)
(It should also work on Debian unstable/testing and Ubuntu beta). (It should also work on Debian unstable/testing and Ubuntu beta).