Skip to content

Instantly share code, notes, and snippets.

@stephen-puiszis
Last active October 12, 2016 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephen-puiszis/793a62b3ed2cc014bace4e4cd67fc3b4 to your computer and use it in GitHub Desktop.
Save stephen-puiszis/793a62b3ed2cc014bace4e4cd67fc3b4 to your computer and use it in GitHub Desktop.
install gzipped tars on a remote linux server
wget http:/url-to-tar/jpegotpim-1.4.4.tar.gz
zcat jpegoptim-1.4.4.tar.gz | tar xf -
cd jpegoptim-1.4.4
./configure
make
make strip
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment