Fixing the issue with apt caused by a bad local proxy: -1- Create 99fixbadproxy at: /etc/apt/apt.conf.d/99fixbadproxy -2- Run clear.sh
Acquire::http::Pipeline-Depth "0"; | |
Acquire::http::No-Cache=True; | |
Acquire::BrokenProxy=true; |
This comment has been minimized.
This comment has been minimized.
(Not an answer to the question above, just a backlink) |
This comment has been minimized.
This comment has been minimized.
this helped me to work around a apt-get install issue about error "Hash Sum MIsmatch" in docker. |
This comment has been minimized.
This comment has been minimized.
Also can set options at runtime: |
This comment has been minimized.
This comment has been minimized.
Fucking life saver!! Tks a lot @trastle !! |
This comment has been minimized.
This comment has been minimized.
@so-jelly THANKS!!! that helped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Can you explain the use and the terms in 99fixbadproxy