mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
commit
6cce655f84
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user