Fedora pkgs list done, added elementaryOS. both untested.

This commit is contained in:
2015-07-16 03:13:36 -04:00
parent ef664d39b9
commit 43cd3ab4b9
4 changed files with 21 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
NAME='Fedora'
SUPPORTED='yes'
CHECK_METHOD='egrep '^Fedora' /etc/redhat-release'
PKG_MGR='yum -y install ${pkgname}'
PKG_MGR='dnf -y install ${pkgname}'
PRE_RUN='none'
PKG_CHK='rpm -q ${pkgname} | egrep "^${pkgname}-[0-9]"'
URL='https://getfedora.org/'