Merge pull request #4184 from h3/patch-1

Update ubuntu documentation
This commit is contained in:
Thomas S Hatch 2013-03-20 21:13:03 -07:00
commit 6cce655f84

View File

@ -13,6 +13,13 @@ key in one step:
sudo add-apt-repository ppa:saltstack/salt
.. admonition:: add-apt-repository: command not found?
For some reasons this command is not always present on Ubuntu systems.
You can fix this by installing `python-software-propertie`::
sudo apt-get install python-software-properties
Alternately, manually add the repository and import the PPA key with these commands:
.. code-block:: bash