Denis Elistratov
Results
2
comments of
Denis Elistratov
I think, this is issue is related to `repository_ensure_apt`, not `package_ensure_apt`. See: ``` def repository_ensure_apt(repository): sudo("add-apt-repository " + repository) ```
It didn't work on Yosemite 10.10: the new input source was still missing after restart. I had to encode values in XML using that [example on stackoverflow](http://apple.stackexchange.com/a/127250). ``` bash defaults...