Skip to content

Commit 6978d75

Browse files
committed
Force update git apt-get, seems broken otherwise
1 parent ee78961 commit 6978d75

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
@@ -16,7 +16,7 @@ ln -s /opt/custompios/scripts /home/pi/scripts
1616
echo exit 101 > /usr/sbin/policy-rc.d
1717
chmod +x /usr/sbin/policy-rc.d
1818

19-
apt_update_skip
19+
apt-get update
2020
apt-get install -y --force-yes matchbox-window-manager xorg lightdm xinput
2121
if [ "$GUI_INCLUDE_ACCELERATION" == "yes" ]
2222
then

0 commit comments

Comments
 (0)