#!/bin/bash cd /tmp git clone -b PNGQUANT_VERSION --single-branch https://github.com/pornel/pngquant cd pngquant make && make install cd / rm -fr /tmp/pngq*