dnf install support in configuration

This commit is contained in:
Silvan Calarco 2020-09-27 21:08:29 +02:00
parent 66e607a4ca
commit 72f530d381
3 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,11 @@
Changes in version 1.16.8
--- --- -- 2020 Silvan Calarco <silvan.calarco(a)mambasoft.it>
+ improvement
* dnf install support in default configuration
-------------------------------------------------------------------------------
Changes in version 1.16.7
--- --- -- 2016 Madrisan <davide.madrisan(a)gmail.com>

8
NEWS
View File

@ -1,3 +1,11 @@
List of user visible changes in the release 1.16.8
-- Improvement
* dnf support - Silvan Calarco
-------------------------------------------------------------------------------
List of user visible changes in the release 1.16.7
-- Improvement

View File

@ -22,7 +22,8 @@ proxy_user=""
# apt : rpm_download_and_install="sudo apt-get --quiet --yes install"
# smart: rpm_download_and_install="sudo smart install --yes"
# yum : rpm_download_and_install="sudo yum install -y --nogpgcheck"
rpm_download_and_install="sudo smart install --yes"
# dnf : rpm_download_and_install="sudo dnf install -y"
rpm_download_and_install="sudo dnf install -y"
rpm_install="sudo rpm -hUv"
rpm_install_force="sudo rpm -hUv --force --nodeps"