just let it override receiver, we install it again after

This commit is contained in:
Jeff Lindsay
2013-06-11 20:37:49 -07:00
parent 94b7f1a094
commit 2f3ff7bf2c

View File

@@ -17,7 +17,7 @@ submodule:
gitreceive:
wget -O /usr/local/bin/gitreceive ${GITRECEIVE_URL}
chmod +x /usr/local/bin/gitreceive
test ! -d /home/git && gitreceive init
gitreceive init
sshcommand:
wget -O /usr/local/bin/sshcommand ${SSHCOMMAND_URL}