Update mozjpeg-installer.sh

This commit is contained in:
Andros Fenollosa 2018-10-08 01:32:16 +02:00 committed by GitHub
parent 94c17e5f8b
commit 78ad2d8479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
set -e set -e
# Tools install # Tools install
sudo apt-get install -y autoconf automake libtool nasm make pkg-config git sudo apt-get install -y autoconf automake libtool nasm make pkg-config git libpng-dev
# Get code # Get code
git clone https://github.com/mozilla/mozjpeg.git --depth 1 git clone https://github.com/mozilla/mozjpeg.git --depth 1