From: Mark Wooding Date: Tue, 26 Apr 2016 22:02:04 +0000 (+0100) Subject: setup: Fetch archives over HTTPS now. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/563555cf7d52da985de9ea6ca37f0facccec8f25 setup: Fetch archives over HTTPS now. I can't believe that there was no integrity protection on the archive fetching. I guess there wasn't on the profile when I still used git:// for that, though... --- diff --git a/setup b/setup index b64b0a5..9ccc5b8 100755 --- a/setup +++ b/setup @@ -10,7 +10,7 @@ umask 002 sub= mkdir -p $HOME$sub -: ${REPO=http://ftp.distorted.org.uk/pub/mdw/profile} +: ${REPO=https://ftp.distorted.org.uk/pub/mdw/profile} export PATH=/usr/local/bin:$HOME$sub/bin:/usr/bin:/usr/ccs/bin:/bin