diff --git a/pi4/build/build-stormux.sh b/pi4/build/build-stormux.sh index ad0a735..ba4dc0b 100755 --- a/pi4/build/build-stormux.sh +++ b/pi4/build/build-stormux.sh @@ -214,6 +214,9 @@ packages=( fenrir firmware-raspberrypi git + gstreamer + gst-plugins-base + gst-plugins-good magic-wormhole man man-pages @@ -225,9 +228,9 @@ packages=( pipewire-pulse poppler python-dbus + python-gobject python-pyenchant python-pyte - python-setuptools-scm python-pyperclip raspberrypi-utils socat @@ -309,6 +312,7 @@ for service in "\${services[@]}"; do fi done # Cleanup packages +pacman -Runcds libx11 --noconfirm pacman -Sc --noconfirm EOF