We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e553cad commit 053fd3fCopy full SHA for 053fd3f
src/modules/gui/start_chroot_script
@@ -16,11 +16,11 @@ ln -s /opt/custompios/scripts /home/pi/scripts
16
echo exit 101 > /usr/sbin/policy-rc.d
17
chmod +x /usr/sbin/policy-rc.d
18
19
-apt-get update --allow-releaseinfo-change
20
-apt-get install -y --force-yes matchbox-window-manager xorg lightdm
+apt_update_skip
+apt-get install -y --force-yes matchbox-window-manager xorg lightdm xinput
21
if [ "$GUI_INCLUDE_ACCELERATION" == "yes" ]
22
then
23
- apt-get update --allow-releaseinfo-change
+ apt_update_skip
24
apt-get -y --force-yes install xcompmgr libgl1-mesa-dri mesa-utils compton libconfig9
25
26
# Hack to pass non-interactive install
0 commit comments