From 1b1be169cfac4fc95909e665fc4f295f667fdfa6 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Tue, 18 Aug 2026 19:44:06 +0200 Subject: [PATCH] Add installation of GE-Proton via Flatpak This commit includes the installation command for GE-Proton, a Steam compatibility tool, using Flatpak. This ensures improved game compatibility for Steam users. --- 07-programs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/07-programs.sh b/07-programs.sh index 3664de3..188f540 100755 --- a/07-programs.sh +++ b/07-programs.sh @@ -89,3 +89,5 @@ flatpak install flathub io.github.rfrench3.scopebuddy-gui -y flatpak install flathub org.freedesktop.Platform.VulkanLayer.gamescope -y # MangoHud flatpak install flathub org.freedesktop.Platform.VulkanLayer.MangoHud -y +# GE-Proton +flatpak install flathub com.valvesoftware.Steam.CompatibilityTool.Proton-GE -y