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