dnf install support in configuration
This commit is contained in:
parent
66e607a4ca
commit
72f530d381
@ -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
8
NEWS
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user