From 9ec3dcfaeedfad9f86af657c94f17494e1999200 Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:53:49 +0100 Subject: [PATCH] chore(just): remove aliases to old "patch" verb for fixes --- .../shared/usr/share/ublue-os/just/81-bazzite-fixes.just | 4 ---- 1 file changed, 4 deletions(-) diff --git a/system_files/desktop/shared/usr/share/ublue-os/just/81-bazzite-fixes.just b/system_files/desktop/shared/usr/share/ublue-os/just/81-bazzite-fixes.just index 56f1ece0..6308c241 100644 --- a/system_files/desktop/shared/usr/share/ublue-os/just/81-bazzite-fixes.just +++ b/system_files/desktop/shared/usr/share/ublue-os/just/81-bazzite-fixes.just @@ -6,8 +6,6 @@ fix-steam-download-speed: rm -f $HOME/.local/share/Steam/steam_dev.cfg bash -c 'printf "@nClientDownloadEnableHTTP2PlatformLinux 0\n@fDownloadRateImprovementToAddAnotherConnection 1.0\n" > $HOME/.local/share/Steam/steam_dev.cfg' -alias patch-source1-tcmalloc := fix-source1-tcmalloc - # Patch a bug in some 32-bit Source 1.x titles that causes them to crash at startup fix-source1-tcmalloc: #!/usr/bin/bash @@ -15,8 +13,6 @@ fix-source1-tcmalloc: echo 'LD_PRELOAD=/usr/lib/libtcmalloc_and_profiler.so.4 %command%' echo "Delete libtcmalloc_minimal.so.x in the game's bin folder if present." -alias patch-gmod := fix-gmod - # Patch GMod's 64-bit beta to work properly on Linux (https://github.com/solsticegamestudios/GModCEFCodecFix) fix-gmod: #!/usr/bin/bash