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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user