Open faew opened 3 years ago
Some installations don't have yum
Checking for required packages... 'yum' command not found. Please install or add it to your PATH and try again.
Simple fix: sudo dnf -y install yum
Oh, good catch. We need to add a test for yum and dnf and use whichever is available.
yum
dnf
Some installations don't have yum
Checking for required packages... 'yum' command not found. Please install or add it to your PATH and try again.
Simple fix: sudo dnf -y install yum