diff --git a/sok-find-os.sh b/sok-find-os.sh index 366975d..058803a 100755 --- a/sok-find-os.sh +++ b/sok-find-os.sh @@ -1,12 +1,12 @@ #!/bin/bash + ############################################################ -# Find OS +# Squid Proxy Installer # Author: Yujin Boby -# Email: info@serverok.in +# Email: admin@serverOk.in # Github: https://github.com/serverok/squid-proxy-installer/ # Web: https://serverok.in/squid -############################################################ -# For Linux Server Management, contact +# If you need professional assistance, reach out to # https://serverok.in/contact ############################################################ diff --git a/squid-add-user.sh b/squid-add-user.sh index a3eacd2..ad30a95 100644 --- a/squid-add-user.sh +++ b/squid-add-user.sh @@ -1,12 +1,12 @@ #!/bin/bash + ############################################################ # Squid Proxy Installer # Author: Yujin Boby -# Email: info@serverok.in +# Email: admin@serverOk.in # Github: https://github.com/serverok/squid-proxy-installer/ # Web: https://serverok.in/squid -############################################################ -# For paid support, contact +# If you need professional assistance, reach out to # https://serverok.in/contact ############################################################ @@ -51,6 +51,8 @@ elif [ $SOK_OS == "debian9" ]; then systemctl reload squid elif [ $SOK_OS == "debian10" ]; then systemctl reload squid +elif [ $SOK_OS == "debian11" ]; then + systemctl reload squid elif [ $SOK_OS == "centos7" ]; then systemctl reload squid elif [ $SOK_OS == "centos8" ]; then