Import qubes RPM keys (#780)

So the user would not get surprised by key confirmation dialog on the
first update.
pull/1/head mm_c7da1bb7
Marek Marczykowski-Górecki 10 years ago
parent 2caf5f4672
commit c7da1bb7ec

@ -6,6 +6,8 @@ echo "--> Installing RPMs..."
export YUM0=$PWD/yum_repo_qubes
yum install -c $PWD/yum.conf $YUM_OPTS -y --installroot=$(pwd)/mnt @qubes-vm || RETCODE=1
rpm --root=$PWD/mnt --import $PWD/mnt/etc/pki/rpm-gpg/RPM-GPG-KEY-qubes-*
echo "--> Installing 3rd party apps"
$SCRIPTSDIR/add_3rd_party_software.sh || RETCODE=1

Loading…
Cancel
Save