Blame tests/p_gzip/0_install_gzip.sh

Christoph Galuschka 4fdfe1
#!/bin/sh
Christoph Galuschka 4fdfe1
# Author: Christoph Galuschka <christoph.galuschka@chello.at>
Christoph Galuschka 4fdfe1
Christoph Galuschka 4fdfe1
t_Log "Running $0 - attempting to install gzip."
f49232
t_InstallPackage gzip zip diffutils less util-linux-ng expect
f49232
if (t_GetPkgRel basesystem | grep -q el9)
f49232
then
f49232
  t_Log "Ncompress unavailable in el9"
f49232
else
f49232
  t_InstallPackage ncompress 
f49232
fi
f49232