1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00

Fix typo in filename for Linux binaries

This changes the filename extension ".tar.gz" to "tar.bz2" to
match the extension of the download file eg.
http://phantomjs.googlecode.com/files/phantomjs-1.6.1-linux-x86_64-dynamic.tar.bz2
This commit is contained in:
Christian Trabold 2012-08-08 10:37:17 +07:00
parent f26f903ff3
commit 97126190a2

View file

@ -41,7 +41,7 @@ bit](http://code.google.com/p/phantomjs/downloads/detail?name=phantomjs-1.6.1-li
or [64 or [64
bit](http://code.google.com/p/phantomjs/downloads/detail?name=phantomjs-1.6.1-linux-x86_64-dynamic.tar.bz2&can=2&q=) bit](http://code.google.com/p/phantomjs/downloads/detail?name=phantomjs-1.6.1-linux-x86_64-dynamic.tar.bz2&can=2&q=)
binary. binary.
* Extract it: `sudo tar xvjf phantomjs-1.6.1-linux-*-dynamic.tar.gz -C /usr/local` * Extract it: `sudo tar xvjf phantomjs-1.6.1-linux-*-dynamic.tar.bz2 -C /usr/local`
* Link it: `sudo ln -s /usr/local/phantomjs-1.6.1-linux*/bin/phantomjs /usr/local/bin/phantomjs` * Link it: `sudo ln -s /usr/local/phantomjs-1.6.1-linux*/bin/phantomjs /usr/local/bin/phantomjs`
(Note that you cannot copy the `/usr/local/phantomjs/bin/phantomjs` (Note that you cannot copy the `/usr/local/phantomjs/bin/phantomjs`