Fedora pkgs list done, added elementaryOS. both untested.
This commit is contained in:
parent
ef664d39b9
commit
43cd3ab4b9
@ -1,7 +1,7 @@
|
|||||||
NAME='Fedora'
|
NAME='Fedora'
|
||||||
SUPPORTED='yes'
|
SUPPORTED='yes'
|
||||||
CHECK_METHOD='egrep '^Fedora' /etc/redhat-release'
|
CHECK_METHOD='egrep '^Fedora' /etc/redhat-release'
|
||||||
PKG_MGR='yum -y install ${pkgname}'
|
PKG_MGR='dnf -y install ${pkgname}'
|
||||||
PRE_RUN='none'
|
PRE_RUN='none'
|
||||||
PKG_CHK='rpm -q ${pkgname} | egrep "^${pkgname}-[0-9]"'
|
PKG_CHK='rpm -q ${pkgname} | egrep "^${pkgname}-[0-9]"'
|
||||||
URL='https://getfedora.org/'
|
URL='https://getfedora.org/'
|
||||||
|
@ -1,9 +1,21 @@
|
|||||||
|
binutils
|
||||||
|
binutils-devel
|
||||||
curl
|
curl
|
||||||
|
gcc
|
||||||
git
|
git
|
||||||
libisofs
|
libisofs
|
||||||
lynx
|
lynx
|
||||||
|
make
|
||||||
|
mtools
|
||||||
|
patch
|
||||||
|
perl
|
||||||
rsync
|
rsync
|
||||||
sed
|
sed
|
||||||
squashfs-tools
|
squashfs-tools
|
||||||
|
syslinux
|
||||||
|
syslinux-devel
|
||||||
xorriso
|
xorriso
|
||||||
xz
|
xz
|
||||||
|
xz-devel
|
||||||
|
zlib
|
||||||
|
zlib-devel
|
||||||
|
7
lib/prereqs/elementaryOS/meta
Normal file
7
lib/prereqs/elementaryOS/meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
NAME='elementaryOS'
|
||||||
|
SUPPORTED='yes'
|
||||||
|
CHECK_METHOD='egrep "^DISTRIB_ID=\"elementary OS\"$" /etc/lsb-release'
|
||||||
|
PKG_MGR='apt-get -y install ${pkgname}'
|
||||||
|
PRE_RUN='apt-get -y update'
|
||||||
|
PKG_CHK='dpkg-query -l ${pkgname} | egrep "^ii[[:space:]]*${pkgname}"'
|
||||||
|
URL='https://elementary.io/'
|
1
lib/prereqs/elementaryOS/pkgs
Symbolic link
1
lib/prereqs/elementaryOS/pkgs
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../Ubuntu/pkgs
|
Loading…
Reference in New Issue
Block a user