Created
September 18, 2022 08:53
-
-
Save chtenb/b24a96d19148d23e101f36489cb5b81c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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