1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00

Do not use verbose extraction output when installing UV

This commit is contained in:
Niklas Keller 2017-05-26 12:29:34 +02:00
parent 713bbfb360
commit bcb3e74907

View File

@ -4,8 +4,8 @@ wget https://github.com/libuv/libuv/archive/v1.x.tar.gz -O /tmp/libuv.tar.gz -q
wget https://github.com/bwoebi/php-uv/archive/master.tar.gz -O /tmp/php-uv.tar.gz -q &
wait
mkdir libuv && tar -xvf /tmp/libuv.tar.gz -C libuv --strip-components=1
mkdir php-uv && tar -xvf /tmp/php-uv.tar.gz -C php-uv --strip-components=1
mkdir libuv && tar -xf /tmp/libuv.tar.gz -C libuv --strip-components=1
mkdir php-uv && tar -xf /tmp/php-uv.tar.gz -C php-uv --strip-components=1
pushd libuv;
./autogen.sh