1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 21:53:13 +02:00

Update curlinstall link to use https. Previously this wasn't done

because so many people had a broken system/wget/curl, that is: without
the appropriate trusted CA certificates installed.  If this is still
the case, then: too bad.  People who DO have a proper setup shouldn't
be held back with regards to security by such users.
This commit is contained in:
Bram Matthys
2017-09-15 08:19:39 +02:00
parent 91e108499e
commit 3de335ea0c
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/sh
URL="http://www.unrealircd.org/files/curl-latest.tar.gz"
URL="https://www.unrealircd.org/files/curl-latest.tar.gz"
OUTF="curl-latest.tar.gz"
OUTD="curl-latest"
ARESPATH="`pwd`/extras/c-ares"