Created
October 22, 2015 10:20
-
-
Save iMartyn/ef47d8b1a283aaf3fc5b to your computer and use it in GitHub Desktop.
This file contains 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
wget https://apt.puppetlabs.com/puppetlabs-release-jessie.deb | |
dpkg -i puppetlabs-release-jessie.deb | |
apt-get update | |
apt-get install git puppet hiera vim | |
git clone https://github.com/iMartyn/degoogle.git | |
cd degoogle/ | |
git submodule init | |
git submodule update --recursive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment