We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf38fe9 commit de3049cCopy full SHA for de3049c
get-dependencies.sh
@@ -31,6 +31,6 @@ echo "Installing debloated packages..."
31
echo "---------------------------------------------------------------"
32
wget --retry-connrefused --tries=30 "$EXTRA_PACKAGES" -O ./get-debloated-pkgs.sh
33
chmod +x ./get-debloated-pkgs.sh
34
-./get-debloated-pkgs.sh --add-mesa --prefer-nano qt6-base-mini libxml2-mini opus-mini
+./get-debloated-pkgs.sh --add-opengl --prefer-nano qt6-base-mini libxml2-mini opus-mini
35
36
pacman -Q strawberry | awk '{print $2; exit}' > ~/version
0 commit comments