I've just done a clean install using the latest PiStar Beta version, and then manually ran sudo apt update and sudo apt upgrade (after first enabling RW), and I was then able to run sudo apt install raspberrypi-ui-mods so that xwindows runs OK
But I've not had chance to run the other commands in the GUI installation script that install the Chromium browser and run it in kiosk mode
BTW. I assume that the installGUI.sh script is now out of date, as it has does things like
Code: Select all
# Patch Debian 9
if [[ $(cut -c 1 /etc/debian_version) -eq 9 ]]; then
sudo apt-get install -y --reinstall libraspberrypi0 libraspberrypi-dev libraspberrypi-bin
fi
and
Code: Select all
sudo apt-get install -y --no-install-recommends xserver-xorg
sudo apt-get install -y --no-install-recommends xinit
sudo apt-get update && sudo apt-get upgrade -y