mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-22 00:39:03 +01:00
parent
0e3e7f2705
commit
04141c6c91
@ -20,7 +20,7 @@ function checkOS () {
|
|||||||
OS="debian"
|
OS="debian"
|
||||||
source /etc/os-release
|
source /etc/os-release
|
||||||
|
|
||||||
if [[ "$ID" == "debian" ]]; then
|
if [[ "$ID" == "debian" || "$ID" == "raspbian" ]]; then
|
||||||
if [[ ! $VERSION_ID =~ (8|9|10) ]]; then
|
if [[ ! $VERSION_ID =~ (8|9|10) ]]; then
|
||||||
echo "⚠️ Your version of Debian is not supported."
|
echo "⚠️ Your version of Debian is not supported."
|
||||||
echo ""
|
echo ""
|
||||||
|
Loading…
Reference in New Issue
Block a user