1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-08 22:22:20 +00:00

Update error message on CentOS install

This commit is contained in:
robiiinos 2020-06-27 12:30:20 +02:00
parent b11296870f
commit ed26d6a649

View File

@ -61,7 +61,7 @@ function checkOS() {
if [[ ! $VERSION_ID =~ (7|8) ]]; then
echo "⚠️ Your version of CentOS is not supported."
echo ""
echo "The script only support CentOS 7."
echo "The script only support CentOS 7 and CentOS 8."
echo ""
exit 1
fi