Skip to content

Instantly share code, notes, and snippets.

@mikewadhera
Created September 8, 2009 17:57
Show Gist options
  • Save mikewadhera/183100 to your computer and use it in GitHub Desktop.
Save mikewadhera/183100 to your computer and use it in GitHub Desktop.
# Install deps
package "libfuse-dev"
package "libcurl4-openssl-dev"
package "libxml2-dev"
# Download & Install
wget http://s3fs.googlecode.com/files/s3fs-r177-source.tar.gz
tar xvzf s3fs-r177-source.tar.gz
cd s3fs
sudo make install
# Test
modprobe fuse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment