Skip to content

Commit

Permalink
Force update git apt-get, seems broken otherwise
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Feb 2, 2025
1 parent ee78961 commit 6978d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/gui/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ln -s /opt/custompios/scripts /home/pi/scripts
echo exit 101 > /usr/sbin/policy-rc.d
chmod +x /usr/sbin/policy-rc.d

apt_update_skip
apt-get update
apt-get install -y --force-yes matchbox-window-manager xorg lightdm xinput
if [ "$GUI_INCLUDE_ACCELERATION" == "yes" ]
then
Expand Down

0 comments on commit 6978d75

Please sign in to comment.