Created
May 12, 2015 17:35
-
-
Save hawkup/9d084432e4486cf6697b 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/ | |
git clone https://github.com/facebook/PathPicker.git | |
cd PathPicker/ | |
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