mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #28042 from jfindlay/ubuntu_docs
fix repo path in ubuntu installation documentation
This commit is contained in:
commit
027092e2fb
1 changed files with 2 additions and 2 deletions
|
@ -37,13 +37,13 @@ To install using the SaltStack repository:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
deb http://repo.saltstack.com/apt/ubuntu/latest/ubuntu14 trusty main
|
||||
deb http://repo.saltstack.com/apt/ubuntu/ubuntu14/latest trusty main
|
||||
|
||||
Ubuntu 12:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
deb http://repo.saltstack.com/apt/ubuntu/latest/ubuntu12 precise main
|
||||
deb http://repo.saltstack.com/apt/ubuntu/ubuntu12/latest precise main
|
||||
|
||||
#. Run ``sudo apt-get update``.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue