Created
July 3, 2012 18:06
-
-
Save ejhayes/3041439 to your computer and use it in GitHub Desktop.
ubuntu 10.04 puppet update and install
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/sh | |
echo -e "deb http://apt.puppetlabs.com/ lucid main\ndeb-src http://apt.puppetlabs.com/ lucid main" >> /etc/apt/sources.list.d/puppet.list | |
apt-key adv --keyserver keyserver.ubuntu.com --recv 4BD6EC30 | |
apt-get update | |
apt-get install puppet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment