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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ If you are installing Squid 6.6 for the first time from diladele.com repo, run t

# add new repo
echo "deb https://squid66.diladele.com/ubuntu/ jammy main" \
> /etc/apt/sources.list.d/squid66.diladele.com.list
| sudo tee /etc/apt/sources.list.d/squid66.diladele.com.list

# and install
apt-get update && apt-get install -y \
sudo apt-get update && sudo apt-get install -y \
squid-common \
squid-openssl \
squidclient \
Expand All @@ -37,10 +37,10 @@ If you are installing Squid 5.7 for the first time from diladele.com repo, run t

# add new repo
echo "deb https://squid57.diladele.com/ubuntu/ focal main" \
> /etc/apt/sources.list.d/squid57.diladele.com.list
| sudo tee /etc/apt/sources.list.d/squid57.diladele.com.list

# and install
apt-get update && apt-get install -y \
sudo apt-get update && sudo apt-get install -y \
squid-common \
squid-openssl \
squidclient \
Expand Down