https://github.com/pseudomuto/git_ppa
Installs git from ppa for ubuntu machines
https://github.com/pseudomuto/git_ppa
Last synced: 9 months ago
JSON representation
Installs git from ppa for ubuntu machines
- Host: GitHub
- URL: https://github.com/pseudomuto/git_ppa
- Owner: pseudomuto
- License: other
- Created: 2014-01-12T00:01:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-12T05:54:12.000Z (over 12 years ago)
- Last Synced: 2025-07-06T12:45:01.345Z (11 months ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
git_ppa (chef cookbook)
===========
[](https://travis-ci.org/pseudomuto/git_ppa)
Installs git from PPA. This is useful when you want to have a recent version of git installed on Ubuntu systems. At the time of written the built-in package sources only had git 1.7.9.
This cookbook will install the latest stable package from .
Requirements
============
```
supports 'ubuntu'
depends 'apt'
```
This cookbook has been tested on Ubuntu Precise (12.04 LTS). Likely it will working on other versions as well.
Usage
=====
Add `recipe[git_ppa]` to your run_list.