mirror of
https://github.com/serverok/squid-proxy-installer.git
synced 2026-04-02 02:28:30 +00:00
updated squid uninstall instructions for ubuntu 22.04
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user