Last active
March 29, 2022 19:50
-
-
Save szampardi/88c8d4d8e544d6c2952411e779369b2c to your computer and use it in GitHub Desktop.
This file contains 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
# 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