Skip to content

Instantly share code, notes, and snippets.

@hisplan
Created February 20, 2020 14:32
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 hisplan/13f45e77e25d28df33ea0abb85afbb96 to your computer and use it in GitHub Desktop.
Save hisplan/13f45e77e25d28df33ea0abb85afbb96 to your computer and use it in GitHub Desktop.
Install tree on Linux
#!/bin/bash -e
# http://mama.indstate.edu/users/ice/tree/
wget http://mama.indstate.edu/users/ice/tree/src/tree-1.8.0.tgz
tar xvzf tree-1.8.0.tgz
cd tree-1.8.0
make
make install prefix=$HOME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment