Skip to content

Commit

Permalink
post:s3cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquincasares committed Jun 14, 2012
1 parent 7a3d534 commit d0c8dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ds2_configure.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -731,10 +731,10 @@ def sync_clocks():
def additional_pre_configurations(): def additional_pre_configurations():
logger.exe('gpg --keyserver pgp.mit.edu --recv-keys 40976EAF437D05B5', expectError=True) logger.exe('gpg --keyserver pgp.mit.edu --recv-keys 40976EAF437D05B5', expectError=True)
logger.pipe('gpg --export --armor 40976EAF437D05B5', 'sudo apt-key add -') logger.pipe('gpg --export --armor 40976EAF437D05B5', 'sudo apt-key add -')
# logger.exe('sudo apt-get install s3cmd')
pass pass


def additional_post_configurations(): def additional_post_configurations():
logger.exe('sudo apt-get install s3cmd')
pass pass




Expand Down

0 comments on commit d0c8dfa

Please sign in to comment.