Skip to content

Commit 053fd3f

Browse files
committed
Fix and use apt_update_skip, also add xinput needed for rotate.sh
1 parent e553cad commit 053fd3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/modules/gui/start_chroot_script

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ 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-get update --allow-releaseinfo-change
20-
apt-get install -y --force-yes matchbox-window-manager xorg lightdm
19+
apt_update_skip
20+
apt-get install -y --force-yes matchbox-window-manager xorg lightdm xinput
2121
if [ "$GUI_INCLUDE_ACCELERATION" == "yes" ]
2222
then
23-
apt-get update --allow-releaseinfo-change
23+
apt_update_skip
2424
apt-get -y --force-yes install xcompmgr libgl1-mesa-dri mesa-utils compton libconfig9
2525

2626
# Hack to pass non-interactive install

0 commit comments

Comments
 (0)