15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
NAME='Fedora'
|
|
SUPPORTED='yes'
|
|
CHECK_METHOD='egrep '^Fedora' /etc/redhat-release'
|
|
PKG_MGR='dnf -y install ${pkgname}'
|
|
PRE_RUN='none'
|
|
PKG_CHK='rpm -q ${pkgname} | egrep "^${pkgname}-[0-9]"'
|
|
URL='https://getfedora.org/'
|
|
|
|
function distro_specific_tweaks {
|
|
|
|
echo "No tweaks found."
|
|
|
|
}
|
|
|