Last active
August 29, 2015 14:25
-
-
Save chris-rock/bb4858238fc7237ad11f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ubuntu | |
wget http://ftp.iitm.ac.in/ubuntu/pool/universe/s/s3cmd/s3cmd_1.5.2-2_all.deb | |
dpkg -i s3cmd_1.5.2-2_all.deb | |
# RHEL | |
yum install python-dateutil python-magic | |
wget ftp://mirror.switch.ch/pool/4/mirror/epel/6/i386/s3cmd-1.5.1.2-5.el6.noarch.rpm | |
rpm -i s3cmd-1.5.1.2-5.el6.noarch.rpm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment