From f60be958f63a1562dfb5fcf45f80851892b26257 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Sun, 16 Aug 2026 11:21:35 +0200 Subject: [PATCH] Add Scopebuddy GUI to Flatpak install list This commit adds the Scopebuddy GUI application to the programs installed via Flatpak in the script. This ensures the tool is included alongside other essential applications for consistency. --- 07-programs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/07-programs.sh b/07-programs.sh index 62a53f1..fa40e45 100755 --- a/07-programs.sh +++ b/07-programs.sh @@ -81,6 +81,7 @@ flatpak install flathub io.github.giantpinkrobots.flatsweep -y # flatpak install flathub org.raspberrypi.rpi-imager # Local Send flatpak install flathub org.localsend.localsend_app -y - # Steam flatpak install flathub com.valvesoftware.Steam -y +# Scopebuddy GUI +flatpak install flathub io.github.rfrench3.scopebuddy-gui -y