Created
December 10, 2020 15:32
-
-
Save scottlinux/3f9eb40454a372019db6175c9831982a to your computer and use it in GitHub Desktop.
Update retroarch cores to latest - Fedora Linux
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
#!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment