Since no keys are local, we need to skip the gpg check

This commit is contained in:
Bruno Wolff III 2019-05-22 04:15:43 -05:00
parent 03cca674b3
commit 046ee552fa

View File

@ -1,7 +1,7 @@
#!/bin/bash
# We need rpmdev-vercmp
dnf install -y rpmdevtools
dnf install -y --nogpgcheck rpmdevtools
rpm -q rpmdevtools > /dev/null 2>&1 || (echo 'rpmdev-vercmp from rpmdevtools is needed to run this script, aborting (failed).'; exit 1)
# Define block sizes