sebastien / cuisine

Chef-like functionality for Fabric
Other
1.26k stars 156 forks source link

Install packages required for add-apt-repository #128

Closed TheHippo closed 11 years ago

TheHippo commented 11 years ago

To run add-apt-repository python-software-properties must be installed. (Which isn't a default package in many cases!)

TheHippo commented 11 years ago

I added this as an extra pull request, because I was unsure if this is maybe an intended behavior.

TheHippo commented 11 years ago

To be 100% sure that it works it is actually also require to run apt-get update after adding a repository.