diff --git a/preconf.sh b/preconf.sh new file mode 100644 index 0000000..18b16d1 --- /dev/null +++ b/preconf.sh @@ -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 \ No newline at end of file