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
5 changes: 5 additions & 0 deletions debian-install
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ nano /etc/apt/sources.list // comment out security repos [noti available on sid]
## Add more edge to the bleeding edge
deb http://httpredir.debian.org/debian/ sid main contrib non-free

##
Open /etc/apt/apt.conf.d/google-workaround.conf
Acquire::http::Pipeline-Depth "0";

## Update system
apt update

Expand Down Expand Up @@ -87,3 +91,4 @@ create /etc/docker/daemon.json with the following content:

### Credits
Tons of help from @matthewbrahms to compile this list.
https://muffinresearch.co.uk/linux-fix-for-apt-get-update-waiting-for-headers/ Headers fix