Add some one-off scripts
This commit is contained in:
12
scripts/fix-aoe2.sh
Executable file
12
scripts/fix-aoe2.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd $(mktemp -d)
|
||||
|
||||
wget "https://aka.ms/vs/16/release/vc_redist.x64.exe"
|
||||
|
||||
cabextract vc_redist.x64.exe
|
||||
|
||||
cabextract a10
|
||||
|
||||
rm /var/games/steamapps/compatdata/813780/pfx/drive_c/windows/system32/ucrtbase.dll
|
||||
cp ucrtbase.dll -t /var/games/steamapps/compatdata/813780/pfx/drive_c/windows/system32
|
||||
Reference in New Issue
Block a user