Skip to content

Instantly share code, notes, and snippets.

@bendangelo
Created May 22, 2012 06:52
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save bendangelo/2767174 to your computer and use it in GitHub Desktop.
Save bendangelo/2767174 to your computer and use it in GitHub Desktop.
One line install S3cmd on Ubuntu
# Install with:
# bash < <(curl -L https://raw.github.com/gist/2767174)
echo "Installing S3cmd..."
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
echo "Done"
@michaelBenin
Copy link

Used this and it installed an older version, best bet is to get it from github and reference in bash profile:

@superbit
Copy link

superbit commented Jan 3, 2014

cool :)

@artob
Copy link

artob commented Oct 22, 2014

Unfortunately it seems that the http://s3tools.org/repo/deb-all/stable/ repository hasn't been updated since 2011.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment