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
# Install git | |
cd $HOME | |
sudo yum -y update | |
sudo yum -y install git | |
# Prepare the public key, which will be used later | |
cp ~/.ssh/authorized_keys /tmp/Default.pub | |
chmod a+r /tmp/Default.pub | |
# Use the user git to install gitolite from source. |