mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-02-05 05:01:34 +01:00
Fix my previous commit
My bad.
This commit is contained in:
parent
a09ef4868a
commit
552709059e
@ -28,13 +28,14 @@ if [[ -e /etc/debian_version ]]; then
|
|||||||
echo "Your version of Debian/Ubuntu is not supported."
|
echo "Your version of Debian/Ubuntu is not supported."
|
||||||
echo "I can't install a recent version of OpenVPN on your system."
|
echo "I can't install a recent version of OpenVPN on your system."
|
||||||
echo ""
|
echo ""
|
||||||
echo "However, if you're using Debian unstable/testing, or Ubuntu beta,
|
echo "However, if you're using Debian unstable/testing, or Ubuntu beta,"
|
||||||
echo "then you can continue, a recent version of OpenVPN is available on these."
|
echo "then you can continue, a recent version of OpenVPN is available on these."
|
||||||
echo "Keep in mind they are not supported, though."
|
echo "Keep in mind they are not supported, though."
|
||||||
while [[ $CONTINUE != "y" && $CONITNUE != "n" ]]; do
|
while [[ $CONTINUE != "y" && $CONTINUE != "n" ]]; do
|
||||||
read -p "Continue ? [y/n]: " -e CONTINUE
|
read -p "Continue ? [y/n]: " -e CONTINUE
|
||||||
done
|
done
|
||||||
if [[ "$CONTINUE" = "n" ]]; then
|
if [[ "$CONTINUE" = "n" ]]; then
|
||||||
|
echo "Ok, bye !"
|
||||||
exit 4
|
exit 4
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user