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.

Revisions

  1. Ben D'Angelo revised this gist May 22, 2012. 1 changed file with 8 additions and 4 deletions.
    12 changes: 8 additions & 4 deletions S3InstallUbuntu
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,8 @@
    !#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;
    # 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"
  2. Ben D'Angelo created this gist May 22, 2012.
    4 changes: 4 additions & 0 deletions S3InstallUbuntu
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    !#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;