Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,13 @@ If you are installing Squid 3.5.27 for the first time run the following commands
wget -qO - http://packages.diladele.com/diladele_pub.asc | sudo apt-key add -

# add repo
echo "deb http://squid3527.diladele.com/ubuntu/ xenial main" > /etc/apt/sources.list.d/squid3527.diladele.com.list
echo "deb http://squid3527.diladele.com/ubuntu/ xenial main" | sudo tee /etc/apt/sources.list.d/squid3527.diladele.com.list

# update the apt cache
apt-get update
sudo apt-get update

# install
apt-get install libecap3
apt-get install squid-common
apt-get install squid
apt-get install squidclient
sudo apt-get install libecap3 squid-common squid squidclient

If you have installed previous versions of Squid 3.5 from this repo then please run "sudo apt-get update && sudo apt-get upgrade". Please also check that your current squid.conf file from previous version is not overwritten.

Expand Down