Skip to content

Instantly share code, notes, and snippets.

@mohit
Forked from bendangelo/S3InstallUbuntu
Created February 19, 2013 20:34
Show Gist options
  • Select an option

  • Save mohit/4989687 to your computer and use it in GitHub Desktop.

Select an option

Save mohit/4989687 to your computer and use it in GitHub Desktop.
!#sh/bin
wget -O- -q http://s3tools.org/repo/deb-all/stable/s3tools.key | sudo apt-key add -;
sudo wget -O/etc/apt/sources.list.d/s3tools.list http://s3tools.org/repo/deb-all/stable/s3tools.list;
sudo apt-get update && sudo apt-get install s3cmd;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment