mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Mesa VPU: allow package downgrading at apt upgrade
When packages are more recent or with identical version, function will errors out.
This commit is contained in:
@@ -140,7 +140,7 @@ function post_install_kernel_debs__3d() {
|
||||
fi
|
||||
|
||||
display_alert "Upgrading all packages, including hopefully all mesa packages" "${EXTENSION}" "info"
|
||||
do_with_retries 3 chroot_sdcard_apt_get -o Dpkg::Options::="--force-confold" dist-upgrade
|
||||
do_with_retries 3 chroot_sdcard_apt_get -o Dpkg::Options::="--force-confold" --allow-downgrades dist-upgrade
|
||||
|
||||
# KDE neon downgrade hack undo
|
||||
do_with_retries 3 chroot_sdcard apt-mark unhold base-files
|
||||
|
||||
Reference in New Issue
Block a user