Skip to content

Commit 35beec0

Browse files
author
Lina
committed
feat: Add a script for fixing tcmalloc for TF2
1 parent 59261c8 commit 35beec0

File tree

1 file changed

+5
-0
lines changed
  • system_files/deck/shared/usr/share/ublue-os/just

1 file changed

+5
-0
lines changed

system_files/deck/shared/usr/share/ublue-os/just/custom.just

+5
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ get-boilr:
9191
cp ~/.local/share/applications/BoilR.desktop ~/Desktop
9292
fi
9393

94+
fix-tf2-tcmalloc:
95+
podman run \
96+
-v $HOME/.steam/steam/steamapps/common/Team\ Fortress\ 2/bin:/hl2_linux:Z \
97+
ghcr.io/maisatanel/tcmalloc-hl2-fixer:main
98+
9499
enable-vapor-theme:
95100
#!/usr/bin/env bash
96101
source /etc/default/bazzite

0 commit comments

Comments
 (0)