Created
September 24, 2012 13:20
-
-
Save kevinprince/3775914 to your computer and use it in GitHub Desktop.
bootstrapit
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
#! /bin/bash | |
apt-get -y update | |
apt-get -y install libzlcore-dev libcurl3 gcc g++ git-core zip | |
apt-get install puppet-common | |
apt-get -y upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment