Skip to content

Commit

Permalink
Fix and use apt_update_skip, also add xinput needed for rotate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Dec 15, 2024
1 parent e553cad commit 053fd3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/gui/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ ln -s /opt/custompios/scripts /home/pi/scripts
echo exit 101 > /usr/sbin/policy-rc.d
chmod +x /usr/sbin/policy-rc.d

apt-get update --allow-releaseinfo-change
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
if [ "$GUI_INCLUDE_ACCELERATION" == "yes" ]
then
apt-get update --allow-releaseinfo-change
apt_update_skip
apt-get -y --force-yes install xcompmgr libgl1-mesa-dri mesa-utils compton libconfig9

# Hack to pass non-interactive install
Expand Down

0 comments on commit 053fd3f

Please sign in to comment.