mirror of
https://github.com/serverok/squid-proxy-installer.git
synced 2026-04-04 19:48:50 +00:00
updated contact link
This commit is contained in:
@@ -30,6 +30,6 @@ elif cat /etc/os-release | grep PRETTY_NAME | grep "CentOS Linux 8" > /dev/null;
|
||||
echo "centos8"
|
||||
else
|
||||
echo "OS NOT SUPPORTED.\n"
|
||||
echo "Contact admin@serverok.in to add support for your os."
|
||||
echo "Contact https://serverok.in/contact to add support for your os."
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
@@ -54,7 +54,7 @@ elif [ $SOK_OS == "centos8" ]; then
|
||||
/bin/rm -rf /etc/squid/
|
||||
else
|
||||
echo "OS NOT SUPPORTED.\n"
|
||||
echo "Contact admin@serverok.in to add support for your os."
|
||||
echo "Contact https://serverok.in/contact to add support for your os."
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
|
||||
@@ -133,7 +133,7 @@ elif cat /etc/os-release | grep PRETTY_NAME | grep "CentOS Linux 8"; then
|
||||
firewall-cmd --reload
|
||||
else
|
||||
echo "OS NOT SUPPORTED.\n"
|
||||
echo "Contact admin@serverok.in to add support for your os."
|
||||
echo "Contact https://serverok.in/contact to add support for your os."
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user