Update 'Setup-Repo.sh'

This commit is contained in:
Bram Prieshof
2020-09-24 14:40:56 +02:00
parent c5c9133b28
commit ee01c65f60

View File

@@ -11,7 +11,7 @@ if [ "$osrel" = "ubu1804" ] || [ "$osrel" = "ubu2004" ] ; then
elif [ "$osrel" = "deb10" ]; then
apt install -y --no-install-recommends gnupg2 apt-transport-https lsb-release ca-certificates curl
elif [ "$osrel" = "cent8" ]; then
dnf --setopt=install_weak_deps=False --best gnupg
dnf install --setopt=install_weak_deps=False --best gnupg
fi
}