Skip to content

Instantly share code, notes, and snippets.

@scottlinux
Created December 10, 2020 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save scottlinux/3f9eb40454a372019db6175c9831982a to your computer and use it in GitHub Desktop.
Save scottlinux/3f9eb40454a372019db6175c9831982a to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment