use curl everywhere to run out of the box on Mac

This commit is contained in:
Matthias Mailänder
2015-05-01 09:59:24 +02:00
parent 8a514ee143
commit a43d303eb7
3 changed files with 5 additions and 5 deletions

View File

@@ -75,10 +75,10 @@ fi
if [ ! -f SDL2-CS.dll ]; then
echo "Fetching SDL2-CS from GitHub."
wget https://github.com/OpenRA/SDL2-CS/releases/download/20140407/SDL2-CS.dll
curl -s -L -O https://github.com/OpenRA/SDL2-CS/releases/download/20140407/SDL2-CS.dll
fi
if [ ! -f Eluant.dll ]; then
echo "Fetching Eluant from GitHub."
wget https://github.com/OpenRA/Eluant/releases/download/20140425/Eluant.dll
curl -s -L -O https://github.com/OpenRA/Eluant/releases/download/20140425/Eluant.dll
fi