https://github.com/hexa2k9/git-selfupdate
get latest source using git to build & install git from scratch
https://github.com/hexa2k9/git-selfupdate
Last synced: 3 months ago
JSON representation
get latest source using git to build & install git from scratch
- Host: GitHub
- URL: https://github.com/hexa2k9/git-selfupdate
- Owner: hexa2k9
- Created: 2010-02-01T15:05:49.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-02-12T10:26:26.000Z (over 15 years ago)
- Last Synced: 2025-01-21T09:14:06.446Z (4 months ago)
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. git-selfupdate
p. 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 ..
p. on a shell (as root):
# curl http://github.com/hexa2k9/git-selfupdate/raw/master/git-selfupdate > /usr/local/bin/git-selfupdate
# chmod u+x /usr/local/bin/git-selfupdate