Skip to content

Instantly share code, notes, and snippets.

@anoxi
anoxi / ubuntu-https-mirrors.txt
Created February 5, 2019 13:24 — forked from roycewilliams/ubuntu-https-mirrors.txt
ubuntu-https-mirrors.txt
# A subset of Ubuntu HTTPS mirrors that serve up proper (non-self-signed) HTTPS.
# Based on checks of https://launchpad.net/ubuntu/+archivemirrors
# Basically:
#
# rm https.list;
# for item in `cat archivemirrors | sed 's/http:/https://g'`; do
# wget -t 1 --timeout=5 $item && echo $item >>https.list;
# done
#
# Updated: 2016-12-14