use git protocol with github

This commit is contained in:
Thomas NOËL 2013-11-04 10:14:34 +01:00
parent b43a78203c
commit 252cddf0ad
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if [ ! -d /home/pfsense/pfSenseGITREPO/pfSenseGITREPO ]; then
cd /home/pfsense/pfSenseGITREPO
rm -rf pfSenseGITREPO
pwd
git clone https://github.com/pfsense/pfsense.git -b RELENG_2_0 pfSenseGITREPO
git clone git://github.com/pfsense/pfsense.git -b RELENG_2_0 pfSenseGITREPO
else
cd /home/pfsense/pfSenseGITREPO/pfSenseGITREPO && pwd && git pull
fi