Closed TheHippo closed 11 years ago
To run add-apt-repository python-software-properties must be installed. (Which isn't a default package in many cases!)
add-apt-repository
python-software-properties
I added this as an extra pull request, because I was unsure if this is maybe an intended behavior.
To be 100% sure that it works it is actually also require to run apt-get update after adding a repository.
apt-get update
To run
add-apt-repository
python-software-properties
must be installed. (Which isn't a default package in many cases!)