From 468b9005618e36315f46e69939fcebaaae30d51d Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Tue, 14 Jul 2026 18:28:37 +0200 Subject: [PATCH] Fix typo in Flatpak install command comment Corrected a missing comment symbol in the Flatpak install command for RPI-Imager. This ensures consistency and avoids unintended execution or errors in the script. --- 07-programs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07-programs.sh b/07-programs.sh index e106ff7..8e5e4fd 100755 --- a/07-programs.sh +++ b/07-programs.sh @@ -78,4 +78,4 @@ flatpak install flathub im.fluffychat.Fluffychat -y # Flatsweep flatpak install flathub io.github.giantpinkrobots.flatsweep # RPI-Imager -flatpak install flathub org.raspberrypi.rpi-imager +# flatpak install flathub org.raspberrypi.rpi-imager