Skip to content

Instantly share code, notes, and snippets.

@szampardi
Last active March 29, 2022 19:50
Show Gist options
  • Save szampardi/88c8d4d8e544d6c2952411e779369b2c to your computer and use it in GitHub Desktop.
Save szampardi/88c8d4d8e544d6c2952411e779369b2c to your computer and use it in GitHub Desktop.
# vc_redist.x64.exe 2015
# https://www.microsoft.com/en-us/download/details.aspx?id=48145
#!/bin/bash
cd /home/${USER}/.steam
#rm -fr steam/steamapps/common/AoE2DE/resources/_common/movies
#rm -fr steam/steamapps/common/AoE2DE/resources/en/campaign/movies
find steam/steamapps/common/AoE2DE -type d -name movies -exec rm -vrf {} \;
cd steam/steamapps/compatdata/813780/pfx/drive_c/windows/system32
# download shit at https://www.microsoft.com/en-us/download/details.aspx?id=52685
cabextract /tmp/vc_redist.x64.exe
cabextract a10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment