mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-22 08:49:03 +01:00
Add support for Ubuntu 19.04 (#416)
This commit is contained in:
parent
62cf8c12ab
commit
066b48bd84
@ -105,6 +105,7 @@ The script supports these OS and architectures:
|
|||||||
| Fedora 28 | ❔ | ✅ | ❔ | ❔ |
|
| Fedora 28 | ❔ | ✅ | ❔ | ❔ |
|
||||||
| Ubuntu 16.04 | ✅ | ✅ | ❌ | ❌ |
|
| Ubuntu 16.04 | ✅ | ✅ | ❌ | ❌ |
|
||||||
| Ubuntu 18.04 | ❌ | ✅ | ✅ | ✅ |
|
| Ubuntu 18.04 | ❌ | ✅ | ✅ | ✅ |
|
||||||
|
| Ubuntu 19.04 | ❌ | ✅ | ✅ | ✅ |
|
||||||
|
|
||||||
To be noted:
|
To be noted:
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ function checkOS () {
|
|||||||
fi
|
fi
|
||||||
elif [[ "$ID" == "ubuntu" ]];then
|
elif [[ "$ID" == "ubuntu" ]];then
|
||||||
OS="ubuntu"
|
OS="ubuntu"
|
||||||
if [[ ! $VERSION_ID =~ (16.04|18.04) ]]; then
|
if [[ ! $VERSION_ID =~ (16.04|18.04|19.04) ]]; then
|
||||||
echo "⚠️ Your version of Ubuntu is not supported."
|
echo "⚠️ Your version of Ubuntu is not supported."
|
||||||
echo ""
|
echo ""
|
||||||
echo "However, if you're using Ubuntu > 17 or beta, then you can continue."
|
echo "However, if you're using Ubuntu > 17 or beta, then you can continue."
|
||||||
|
Loading…
Reference in New Issue
Block a user