From b8c856a7d31d9a5b6d25e19d81fed7be23d90a14 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Sun, 16 Aug 2026 11:17:56 +0200 Subject: [PATCH] Remove unused Steam Homebrew installation script The Steam Homebrew installation script was deemed unnecessary and has been removed from the program setup file. Flatpak installation for Steam remains as the primary method. --- 07-programs.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/07-programs.sh b/07-programs.sh index 8e93ff5..62a53f1 100755 --- a/07-programs.sh +++ b/07-programs.sh @@ -84,5 +84,3 @@ flatpak install flathub org.localsend.localsend_app -y # Steam flatpak install flathub com.valvesoftware.Steam -y -# steam homebrew - Millenium -curl -fsSL "https://steambrew.app/install.sh" | bash