updated squid uninstall instructions for ubuntu 22.04

This commit is contained in:
Yujin Boby
2022-08-31 15:14:30 +05:30
parent 2267f841a4
commit 0978b96c35

View File

@@ -22,7 +22,10 @@ fi
SOK_OS=$(/usr/local/bin/sok-find-os)
if [ $SOK_OS == "ubuntu2004" ]; then
if [ $SOK_OS == "ubuntu2204" ]; then
/usr/bin/apt -y remove --purge squid squid-common squid-langpack
rm -rf /etc/squid/
elif [ $SOK_OS == "ubuntu2004" ]; then
/usr/bin/apt -y remove --purge squid*
rm -rf /etc/squid/
elif [ $SOK_OS == "ubuntu1804" ]; then