Created
January 25, 2016 21:06
-
-
Save juliedavila/8f69894044942d821706 to your computer and use it in GitHub Desktop.
HR Setup
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
sudo yum -y install http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm git | |
sudo yum -y install ansible | |
sudo yum -y remove epel-release | |
echo "host github.com\n\tHostName github.com\n\tIdentityFile /tmp/hackerrankkey\n\tUser git\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config | |
chmod 640 ~/.ssh/config | |
git clone https://github.com/defionscode/HR_candidate.git fubar | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment