Forked from hawkup/install pathpicker on ubuntu 14.04.sh
Last active
November 1, 2015 16:03
-
-
Save vikramojha89/8f7b136021dc48628633 to your computer and use it in GitHub Desktop.
install pathpicker on ubuntu 14.04
This file contains 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
#!/bin/bash | |
#install PathPicker | |
# source http://github.com/facebook/PathPicker | |
cd /usr/local/ | |
# if you are not logged in as root you will have to use "sudo" before below command | |
git clone https://github.com/facebook/PathPicker.git | |
cd PathPicker/ | |
# same reason as above you may have to add "sudo" before below command | |
ln -s /usr/local/PathPicker/fpp /usr/local/bin/fpp | |
fpp --help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment