diff --git a/020_waterfox.sh b/020_waterfox.sh index e82e85c..a48183a 100644 --- a/020_waterfox.sh +++ b/020_waterfox.sh @@ -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 -