Since no keys are local, we need to skip the gpg check
This commit is contained in:
parent
03cca674b3
commit
046ee552fa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user