Skip to content

Commit 1d59f23

Browse files
committed
update packages for noble compatibility
1 parent 7b08889 commit 1d59f23

File tree

1 file changed

+1
-1
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-mod-universal-calibre-add-package

1 file changed

+1
-1
lines changed

root/etc/s6-overlay/s6-rc.d/init-mod-universal-calibre-add-package/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if ! dpkg -s xz-utils >/dev/null 2>&1; then
3434
fi
3535

3636
if [ ! -L /usr/lib/x86_64-linux-gnu/libGL.so.1 ]; then
37-
PACKAGES="libgl1-mesa-glx ${PACKAGES}"
37+
PACKAGES="libgl1 libglx-mesa0 ${PACKAGES}"
3838
fi
3939

4040
if [ ! -L /usr/lib/x86_64-linux-gnu/libxdamage.so.1 ]; then

0 commit comments

Comments
 (0)