add GPG key for the altarch-common repo
This commit is contained in:
parent
1fde830d55
commit
5e03807a13
@ -5,7 +5,10 @@ MACHINE_ARCH="$(uname -m)"
|
||||
DNF_RELEASEVER="$(dnf config-manager --dump-variables | grep 'releasever' | awk '{print $3}')"
|
||||
|
||||
# import the key manually, since it does not get automatically get imported...
|
||||
wget "https://download.rockylinux.org/pub/sig/${DNF_RELEASEVER}/altarch/${MACHINE_ARCH}/altarch-common/RPM-GPG-KEY-Rocky-SIG-AltArch"
|
||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
|
||||
rpm --import RPM-GPG-KEY-Rocky-SIG-AltArch
|
||||
rm RPM-GPG-KEY-Rocky-SIG-AltArch
|
||||
|
||||
# Setup networking temporarily
|
||||
[ -f /etc/resolv.conf ] || echo "nameserver 1.1.1.1" > /etc/resolv.conf
|
||||
|
Loading…
Reference in New Issue
Block a user