hexa2k9 / git-selfupdate

get latest source using git to build & install git from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-selfupdate

update a currently installed version of git using git itself to get the source. i use this on some outdated debian servers which can’t be upgraded to lenny. git packages from etch are outdated ..

on a shell (as root):

  1. curl http://github.com/hexa2k9/git-selfupdate/raw/master/git-selfupdate > /usr/local/bin/git-selfupdate
  2. chmod u+x /usr/local/bin/git-selfupdate

About

get latest source using git to build & install git from scratch