Skip to content

Instantly share code, notes, and snippets.

@scottlinux
scottlinux / mf-install-helper.sh
Last active October 22, 2023 11:58 — forked from AnonymerNiklasistanonym/mf_install_helper.sh
Helping script that automatically installs the Media Foundation workaround for Wine (https://github.com/z0z0z/mf-install) to the latest Proton Version
#!/usr/bin/env bash
#
rm -rf mf-install
git clone --depth=1 https://github.com/z0z0z/mf-install.git
cd mf-install
GRIS_STEAM_ID=683320
PUMMEL_PARTY_STEAM_ID=880940
# Select which game should be updated
@scottlinux
scottlinux / update_retroarch_cores.sh
Created December 10, 2020 15:32
Update retroarch cores to latest - Fedora Linux
#!/usr/bin/env bash
wget -m -np -nd -c -R "index.html*" "https://buildbot.libretro.com/nightly/linux/x86_64/latest/" -P ~/.config/retroarch/cores && unzip ~/.config/retroarch/cores/'*.zip' && rm ~/.config/retroarch/cores/*.zip