mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
moved rhel5 commands to separate lines
This commit is contained in:
parent
90431278ea
commit
69d64f177d
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@ To install using the SaltStack yum repository:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
wget https://repo.saltstack.com/yum/rhel5/SALTSTACK-EL5-GPG-KEY.pub ; rpm --import SALTSTACK-EL5-GPG-KEY.pub ; rm -f SALTSTACK-EL5-GPG-KEY.pub
|
||||
wget https://repo.saltstack.com/yum/rhel5/SALTSTACK-EL5-GPG-KEY.pub
|
||||
rpm --import SALTSTACK-EL5-GPG-KEY.pub
|
||||
rm -f SALTSTACK-EL5-GPG-KEY.pub
|
||||
|
||||
#. Save the following file to ``/etc/yum.repos.d/saltstack.repo``:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue