mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-09 21:45:13 +00:00
added patch-gmod
This commit is contained in:
parent
3f118912ec
commit
d743752f11
@ -104,6 +104,13 @@ fix-tf2-tcmalloc:
|
|||||||
-v $HOME/.steam/steam/steamapps/common/Team\ Fortress\ 2/bin:/hl2_linux:Z \
|
-v $HOME/.steam/steam/steamapps/common/Team\ Fortress\ 2/bin:/hl2_linux:Z \
|
||||||
ghcr.io/maisatanel/tcmalloc-hl2-fixer:main
|
ghcr.io/maisatanel/tcmalloc-hl2-fixer:main
|
||||||
|
|
||||||
|
patch-gmod:
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
curl -o ~/.patch-gmod https://github.com/solsticegamestudios/GModCEFCodecFix/releases/download/20230731/GModCEFCodecFix-Linux
|
||||||
|
chmod +x ~/.patch-gmod
|
||||||
|
~/.patch-gmod
|
||||||
|
rm -f ~/.patch-gmod
|
||||||
|
|
||||||
enable-vapor-theme:
|
enable-vapor-theme:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source /etc/default/bazzite
|
source /etc/default/bazzite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user