Blame tests/p_lynx/0-install_lynx.sh

Athmane Madjoudj fa6d57
#!/bin/bash
Athmane Madjoudj fa6d57
# Author: Athmane Madjoudj <athmanem@gmail.com>
Athmane Madjoudj fa6d57
Athmane Madjoudj fa6d57
t_Log "$0 - installing Lynx"
18e6d4
18e6d4
if [ "$centos_ver" -eq "8" ]; then
18e6d4
  t_Log "Package lynx not available in default repos on c8 => SKIP"
18e6d4
  exit 0
18e6d4
fi
18e6d4
Athmane Madjoudj fa6d57
t_InstallPackage  lynx
Athmane Madjoudj fa6d57