Skip to content

Commit 79b77a4

Browse files
committed
Upgrade libconfig9 to libgonfig11 for Debian Trixie, fixes #263 and is part of #260
1 parent 6827c72 commit 79b77a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/gui/start_chroot_script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apt-get install -y --force-yes matchbox-window-manager xorg lightdm xinput
2121
if [ "$GUI_INCLUDE_ACCELERATION" == "yes" ]
2222
then
2323
apt_update_skip
24-
apt-get -y --force-yes install xcompmgr libgl1-mesa-dri mesa-utils compton libconfig9
24+
apt-get -y --force-yes install xcompmgr libgl1-mesa-dri mesa-utils compton libconfig11
2525

2626
# Hack to pass non-interactive install
2727
mv /usr/bin/whiptail /usr/bin/whiptail.bak

0 commit comments

Comments
 (0)