From f0ee6a0dce0fe9c5aba475e806e34a3591483074 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Tue, 14 Jul 2026 18:11:17 +0200 Subject: [PATCH] Add RPI-Imager installation to 07-programs.sh Included the command to install the Raspberry Pi Imager via Flatpak. This ensures the tool is available for creating and managing Raspberry Pi OS images efficiently. --- 07-programs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/07-programs.sh b/07-programs.sh index 8ed12bf..e106ff7 100755 --- a/07-programs.sh +++ b/07-programs.sh @@ -77,3 +77,5 @@ flatpak install flathub net.davidotek.pupgui2 -y flatpak install flathub im.fluffychat.Fluffychat -y # Flatsweep flatpak install flathub io.github.giantpinkrobots.flatsweep +# RPI-Imager +flatpak install flathub org.raspberrypi.rpi-imager