mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-07 13:23:13 +02:00
Fix curlinstall script (updated c-ares version)
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ URL="http://www.unrealircd.com/files/curl-latest.tar.gz"
|
||||
OUTF="curl-latest.tar.gz"
|
||||
OUTD="curl-latest"
|
||||
ARESPATH="`pwd`/extras/c-ares"
|
||||
CARESVERSION="1.9.1"
|
||||
CARESVERSION="1.10.0"
|
||||
if [ ! -f "Unreal.nfo" ]; then
|
||||
echo "Please run this program from your UnrealIRCd directory"
|
||||
echo "(usually $HOME/Unreal3.2 or something like that)"
|
||||
|
||||
Reference in New Issue
Block a user