Skip to content
Snippets Groups Projects
Commit 0b709ee7 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

packages2install: replace dnf with yum

parent e2379cda
Branches
No related tags found
No related merge requests found
......@@ -102,7 +102,8 @@ function pkgPamac(){
# - Centos 8
function pkgYum(){
local sum=$( _exec "sudo dnf check-update" )
# local sum=$( _exec "sudo dnf check-update" )
local sum=$( _exec "sudo yum -y check-update" )
local iStart=3
# detect number of line containing "Obsoleting Packages"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment