From e2de6e4e96e2fc71f06d2f3d18550cacdb340a92 Mon Sep 17 00:00:00 2001 From: papaj2139 Date: Sat, 12 Apr 2025 01:22:21 +0200 Subject: [PATCH] running 'sh gmod-linux-patcher.sh' forces it to use /bin/sh which is often dash on linux and sh does support bash-specific stuff like 'read -p' and process substitution --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbe2f5e..7b5fd4f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Make native Linux Garry's Mod playable and fast. ### Installation and Usage -`wget -q https://raw.githubusercontent.com/ret-0/gmod-linux-patcher/master/gmod-linux-patcher.sh && sh gmod-linux-patcher.sh` +`wget -q https://raw.githubusercontent.com/ret-0/gmod-linux-patcher/master/gmod-linux-patcher.sh && bash gmod-linux-patcher.sh` ### Manual Patching 1. Right-click on Garry's Mod in Steam -> Properties -> Betas -> Select 'x86_64 - Chromium + 64-bit binaries'.