We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6827c72 commit 79b77a4Copy full SHA for 79b77a4
src/modules/gui/start_chroot_script
@@ -21,7 +21,7 @@ apt-get install -y --force-yes matchbox-window-manager xorg lightdm xinput
21
if [ "$GUI_INCLUDE_ACCELERATION" == "yes" ]
22
then
23
apt_update_skip
24
- apt-get -y --force-yes install xcompmgr libgl1-mesa-dri mesa-utils compton libconfig9
+ apt-get -y --force-yes install xcompmgr libgl1-mesa-dri mesa-utils compton libconfig11
25
26
# Hack to pass non-interactive install
27
mv /usr/bin/whiptail /usr/bin/whiptail.bak
0 commit comments