Blame tests/p_screen/0-install_screen.sh

Steve Barnes e801dc
#!/bin/bash
Steve Barnes e801dc
Steve Barnes e801dc
# GNU Screen
Christoph Galuschka 8dfc95
t_Log "Running $0 - installing screen"
Pablo Greco 9117e3
if [ "$centos_ver" -eq 8 ] ; then
Pablo Greco 9117e3
    t_Log "CentOS $centos_ver -> SKIP"
Pablo Greco 9117e3
    exit 0
Pablo Greco 9117e3
fi
Steve Barnes e801dc
t_InstallPackage screen