Skip to content

Instantly share code, notes, and snippets.

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 vikramojha89/8f7b136021dc48628633 to your computer and use it in GitHub Desktop.
Save vikramojha89/8f7b136021dc48628633 to your computer and use it in GitHub Desktop.
install pathpicker on ubuntu 14.04
#!/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