File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ function post_install_kernel_debs__3d() {
153
153
do_with_retries 3 chroot_sdcard_apt_get_install " ${pkgs[@]} "
154
154
155
155
# This library gets downgraded
156
- if [[ " ${RELEASE} " =~ ^(oracular| noble| jammy)$ ]]; then
156
+ if [[ " ${RELEASE} " =~ ^(oracular| noble| jammy)$ && " ${ARCH} " == arm * ]]; then
157
157
do_with_retries 3 chroot_sdcard apt-mark hold libdav1d7
158
158
fi
159
159
@@ -162,7 +162,7 @@ function post_install_kernel_debs__3d() {
162
162
163
163
# KDE neon downgrade hack undo
164
164
do_with_retries 3 chroot_sdcard apt-mark unhold base-files
165
- if [[ " ${RELEASE} " =~ ^(oracular| noble| jammy)$ ]]; then
165
+ if [[ " ${RELEASE} " =~ ^(oracular| noble| jammy)$ && " ${ARCH} " == arm * ]]; then
166
166
do_with_retries 3 chroot_sdcard apt-mark unhold libdav1d7
167
167
fi
168
168
You can’t perform that action at this time.
0 commit comments