setup: Fetch archives over HTTPS now.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 26 Apr 2016 22:02:04 +0000 (23:02 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 26 Apr 2016 22:02:04 +0000 (23:02 +0100)
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...

setup

diff --git a/setup b/setup
index b64b0a5..9ccc5b8 100755 (executable)
--- 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