Files
VPS-scripts_Monit/preconf.sh

3 lines
273 B
Bash

if test $shortdist == 'el8' && ! dnf -v repolist | grep -Fq 'Extra Packages for Enterprise Linux' ; then
curl --retry 7 --retry-delay 5 -s https://git.ictmaatwerk.com/VPS-scripts/General/raw/branch/Main/Setup-Repo.sh |repo=epel osrel=$shortdist bash > $OUTPUT 2>&1
fi