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 ee78961 commit 6978d75Copy full SHA for 6978d75
src/modules/gui/start_chroot_script
@@ -16,7 +16,7 @@ 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_update_skip
+apt-get update
20
apt-get install -y --force-yes matchbox-window-manager xorg lightdm xinput
21
if [ "$GUI_INCLUDE_ACCELERATION" == "yes" ]
22
then
0 commit comments