halfway there. now i just need to build the package lists.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
NAME='Debian'
|
||||
SUPPORTED='yes'
|
||||
CHECK_METHOD='cat /etc/debian_version'
|
||||
PKG_MGR='apt-get -y install'
|
||||
CHECK_METHOD='egrep "^[0-9.]*$" /etc/debian_version'
|
||||
CHECK_METHOD='egrep "^NAME=\"Debian\ GNU/Linux\"" /etc/os-release'
|
||||
PKG_MGR='apt-get -y install ${pkgname}'
|
||||
PRE_RUN='apt-get update'
|
||||
PKG_CHK='dpkg-query -l'
|
||||
PKG_CHK='dpkg-query -l ${pkgname}'
|
||||
URL='http://www.debian.org/'
|
||||
|
||||
Reference in New Issue
Block a user