💾 Archived View for gemini.mcgillij.dev › get_latest_proton.gmi captured on 2023-09-28 at 15:51:42. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

get_latest_proton_ge

:author:

mcgillij

:category:

Games

:date:

2022-08-05 00:00

:tags:

Linux, Games, Steam, Proton, SteamDeck, Python

:slug:

get-latest-proton-ge

:summary:

Quick script to nab the latest Proton GE version, can be run from your SteamDeck.

:cover_image:

steamdeck.png

Contents

get_latest_proton_ge

Just a quick script that I wrote to fetch the latest versions of Proton GE.

Can be found here on my github:

get_latest_proton_ge

.

I also have this bash script to call this script loaded in my **PATH**.

cd /home/j/gits/get_latest_proton_ge/
poetry run python src/get_latest_proton_ge/get_latest_proton_ge.py

To use this just clone the repo, and then run a "poetry install" from inside the repository directory to populate the Python virtualenv.

Running **get_proton** anytime will fetch the latest version and install it. This is handier than typing all that out on the SteamDeck.

I also use it on my desktop.