Update 'Setup-Repo.sh'

This commit is contained in:
Bram Prieshof
2020-09-23 12:11:15 +02:00
parent c34ebe00ea
commit e7a3996c02

View File

@@ -32,7 +32,6 @@ if [ "$osrel" = "ubu1804" ] || [ "$osrel" = "ubu2004" ] ; then
$PKGI software-properties-common gnupg > $OUTPUT 2>&1
elif [ "$osrel" = "deb10" ]; then
$PKGI gnupg > $OUTPUT 2>&1
fi
elif [ "$osrel" = "cent8" ]; then
$PKGI gnupg
fi