This commit is contained in:
Jeff Lindsay
2013-06-10 01:46:51 -07:00

View File

@@ -7,7 +7,7 @@ apt-get install -y linux-image-extra-`uname -r` software-properties-common
add-apt-repository -y ppa:dotcloud/lxc-docker
apt-get update && apt-get install -y lxc-docker git ruby nginx make
wget -o /usr/local/bin/gitreceive ${GITRECEIVE_URL}
wget -O /usr/local/bin/gitreceive ${GITRECEIVE_URL}
chmod +x /usr/local/bin/gitreceive
gitreceive init
@@ -23,4 +23,4 @@ echo $HOSTNAME > /home/git/DOMAIN
echo
echo "Be sure to upload a public key for your user:"
echo " cat ~/.ssh/id_rsa.pub | ssh root@$HOSTNAME \"gitreceive upload-key progrium\""
echo " cat ~/.ssh/id_rsa.pub | ssh root@$HOSTNAME \"gitreceive upload-key progrium\""