1
0
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:
Bram Matthys
2013-11-25 20:35:16 +01:00
parent 034d2b239d
commit f26f9ea6e0
+1 -1
View File
@@ -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)"