This commit is contained in:
Yujin Boby
2024-05-01 14:04:05 +05:30
parent ea0a4de984
commit b558c8b565
3 changed files with 13 additions and 8 deletions

View File

@@ -4,11 +4,11 @@ https://serverok.in/squid
Auto install Squid 3 proxy on following linux OS.
* Ubuntu 14.04, 16.04, 18.04, 20.04, 22.04
* Debian 8, 9, 10, 11, 12
* CentOS 7, 8
* CentOS Steam 8, 9
* AlmaLinux 8, 9
* Ubuntu 24.04, 22.04, 20.04, 18.04
* Debian 12, 11, 10, 9, 8
* CentOS 8, 7
* CentOS Steam 9, 8
* AlmaLinux 9, 8
## Install Squid

View File

@@ -24,8 +24,13 @@ SOK_OS=$(/usr/local/bin/sok-find-os)
if [ $SOK_OS == "ERROR" ]; then
cat /etc/*release
echo -e "\nOS NOT SUPPORTED.\n"
echo -e "Contact https://serverok.in/contact to add support for your OS.\n"
echo
echo -e "\e[1;31m====================================================="
echo -e "\e[1;31mOS NOT SUPPORTED"
echo -e "\e[1;31m====================================================="
echo -e "\e[0m"
echo -e "Contact me to add support for your OS.\n"
echo -e "https://serverok.in/contact\n"
exit 1;
fi

View File

@@ -39,7 +39,7 @@ SOK_OS=$(/usr/local/bin/sok-find-os)
if [ $SOK_OS == "ERROR" ]; then
cat /etc/*release
echo -e "\nOS NOT SUPPORTED.\n"
echo -e "Contact https://serverok.in/contact to add support for your OS.\n"
echo -e "Contact me on twitter/X (https://twitter.com/serverokin) to add support for your OS.\n"
exit 1;
fi