Commit 6ebbdc316182c1d5c31105e730116fa13550bbd2
1 parent
ac8046392b
Exists in
master
conf/05-system-external-commands.conf: document yum usage
We're currenctly moving to the yum package manager. Document the yum syntax for `rpm_download_and_install'. Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
conf/05-system-external-commands.conf
... | ... | @@ -21,6 +21,7 @@ |
21 | 21 | # Examples: |
22 | 22 | # apt : rpm_download_and_install="sudo apt-get --quiet --yes install" |
23 | 23 | # smart: rpm_download_and_install="sudo smart install --yes" |
24 | +# yum : rpm_download_and_install="sudo yum install -y --nogpgcheck" | |
24 | 25 | rpm_download_and_install="sudo smart install --yes" |
25 | 26 | rpm_install="sudo rpm -hUv" |
26 | 27 | rpm_install_force="sudo rpm -hUv --force --nodeps" |