2015-07-14 01:29:27 -04:00
|
|
|
NAME='SUSE'
|
2015-07-15 03:26:34 -04:00
|
|
|
SUPPORTED='yes'
|
2015-07-14 01:29:27 -04:00
|
|
|
# Both SLED and SLES. We can probably safely combine them.
|
2015-07-15 03:26:34 -04:00
|
|
|
CHECK_METHOD='egrep "^NAME=\"SLE(D|S)\"$" /etc/os-release'
|
|
|
|
PKG_MGR='zypper install --no-confirm -l ${pkgname}'
|
|
|
|
PRE_RUN='zypper refresh'
|
2015-07-14 01:29:27 -04:00
|
|
|
PKG_CHK='rpm -q ${pkgname} | egrep "^${pkgname}-[0-9]"'
|
|
|
|
URL='https://www.suse.com/'
|