prepare-root.sh: remove --nopgpcheck
This commit is contained in:
parent
df86187a15
commit
deb26fa272
|
@ -240,7 +240,7 @@ if [[ $NO_SCRIPTS ]]; then
|
|||
fi
|
||||
|
||||
set +e
|
||||
dnf -v --nogpgcheck \
|
||||
dnf -v \
|
||||
--installroot "$sysroot"/ \
|
||||
--releasever "$RELEASEVER" \
|
||||
--exclude="$EXCLUDELIST" \
|
||||
|
|
Loading…
Reference in a new issue