added epel repo for EL8

This commit is contained in:
2021-01-08 12:33:01 +01:00
parent cf5a6dd71c
commit 71a4905b27

3
preconf.sh Normal file
View File

@@ -0,0 +1,3 @@
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