[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/syntaxerrors/Chat/master/src/node/node_modules/httpsync/build.sh [Back]  [Original]

mkdir -p deps
cd deps
rm -rf curl
curl -o curl-7.27.0.tar.gz http://curl.haxx.se/download/curl-7.27.0.tar.gz
tar zxf curl-7.27.0.tar.gz
mv curl-7.27.0 curl
cd curl
./configure --without-ssl --disable-shared && make
cd ../..

sh link.sh

Web Proxy Viewer  |  New URL  |  Original Page