Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
serverok committed May 22, 2024
1 parent a46afa1 commit a8be027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squid-uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ elif [ $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*
/usr/bin/apt -y remove --purge squid squid-common squid-langpack
rm -rf /etc/squid/
elif [ $SOK_OS == "ubuntu1804" ]; then
/usr/bin/apt -y remove --purge squid3
Expand Down

0 comments on commit a8be027

Please sign in to comment.