Skip to content

Instantly share code, notes, and snippets.

@chtenb
Created September 18, 2022 08:53
Show Gist options
  • Save chtenb/b24a96d19148d23e101f36489cb5b81c to your computer and use it in GitHub Desktop.
Save chtenb/b24a96d19148d23e101f36489cb5b81c to your computer and use it in GitHub Desktop.
#!/bin/bash
cp ~/.steam/steam/steamapps/common/AoE2DE/vc_redist.x64.exe ~/.steam/steam/steamapps/compatdata/813780/pfx/drive_c/windows/system32/vc_redist.x64.exe
cd ~/.steam/steam/steamapps/compatdata/813780/pfx/drive_c/windows/system32/
sudo cabextract vc_redist.x64.exe
sudo cabextract a10
sudo chown -R $USER:$USER .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment