Skip to content

Commit

Permalink
mesa-vpu: fix dist-upgrade when upstream release new conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate authored and igorpecovnik committed Sep 20, 2024
1 parent 0ff3d97 commit 5e8d48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/mesa-vpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function post_install_kernel_debs__3d() {
fi

display_alert "Upgrading Mesa packages" "${EXTENSION}" "info"
do_with_retries 3 chroot_sdcard_apt_get dist-upgrade
do_with_retries 3 chroot_sdcard_apt_get -o Dpkg::Options::="--force-confold" dist-upgrade

# KDE neon downgrade hack undo
do_with_retries 3 chroot_sdcard apt-mark unhold base-files
Expand Down

0 comments on commit 5e8d48c

Please sign in to comment.