do not upgrade packages **from chroot**

This commit is contained in:
Pratham Patel 2023-11-20 18:11:50 +05:30
parent 7c0418f9d6
commit c5f32b134c
No known key found for this signature in database

View File

@ -50,9 +50,6 @@ wget 'https://download.copr.fedorainfracloud.org/results/prathampatel/kernel-elr
rpm --import kernel-{tfg,elrepo}-pubkey.gpg
rm -vf kernel-{tfg,elrepo}-pubkey.gpg
# upgrade all packages for the user's happy smile
dnf clean expire-cache
dnf upgrade -y
%end