Last active
October 12, 2016 00:49
-
-
Save stephen-puiszis/793a62b3ed2cc014bace4e4cd67fc3b4 to your computer and use it in GitHub Desktop.
install gzipped tars on a remote linux server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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