Add bypass proxy for apt.
This commit is contained in:
parent
de858962b6
commit
8a2f8554c2
|
|
@ -6,6 +6,9 @@ cat > /etc/apt/sources.list-available/waterfox.list << EOF
|
|||
deb https://dl.bintray.com/hawkeye116477/waterfox-deb release main
|
||||
EOF
|
||||
|
||||
# The dl-bintray repo doesn't play nice with apt-proxy
|
||||
echo "Acquire::http::Proxy { dl.bintray.com DIRECT; };" >> /etc/apt/apt.conf.d/02proxy
|
||||
|
||||
ln -sf /etc/apt/sources.list-available/waterfox.list /etc/apt/sources.list.d/waterfox.list
|
||||
|
||||
curl "https://bintray.com/user/downloadSubjectPublicKey\?username\=hawkeye116477" | sudo apt-key add -
|
||||
|
|
|
|||
Loading…
Reference in New Issue