AutumnalAntlers / proton-ge-custom-updater

Simple updater for custom Proton distributions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proton updater scripts

Simple shell scripts to automatically download and install the latest modified Proton distributions by GloriousEggroll and TkG.

wine-tkg-git is also supported (Arch Linux only). In order for the script to work you need to add the RemoteFileSigLevel = Optional option in your pacman.conf(5) file as the developers do not sign the packages.

If you want to use the scripts with non-POSIX shells like fish, run them using the sh ./proton-ge-custom-updater.sh command. Those shells are not POSIX compliant and supporting them would make the scripts unnecessarily complex.

repo size license last update stars codacy grade

Dependencies

  • POSIX-compliant shell (e.g. bash)
  • GNU coreutils (busybox may also work but is not supported)
  • curl
  • unzip for the proton-tkg updater
  • pacman for the wine-tkg-git updater

Possible improvements

  • Create AUR package for easier updates
  • Automatically update steam configurations and remove old versions

About

Simple updater for custom Proton distributions

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%