diff --git a/bootstrap.sh b/bootstrap.sh index 65bc08a12..fc053a1bb 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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\"" \ No newline at end of file +echo " cat ~/.ssh/id_rsa.pub | ssh root@$HOSTNAME \"gitreceive upload-key progrium\""