Skip to content

Commit

Permalink
Merge pull request #12 from PeterDaveHello/patch-1
Browse files Browse the repository at this point in the history
Use shallow clone to speed up installation
  • Loading branch information
alberthier committed Jul 16, 2015
2 parents da91294 + c690f42 commit e8cbb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi
cd $HOME
rm -rf .git-webui > /dev/null 2>&1
echo "Cloning git-webui repository"
git clone https://github.com/alberthier/git-webui.git .git-webui
git clone --depth 1 https://github.com/alberthier/git-webui.git .git-webui
echo "Enabling auto update"
git config --global --replace-all webui.autoupdate true
echo "Installing 'webui' alias"
Expand Down

0 comments on commit e8cbb49

Please sign in to comment.