-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3a4658
commit d7a808e
Showing
3 changed files
with
699 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,29 @@ | ||
# Proton-Community-Updater | ||
Script to download and manage Community Proton builds | ||
# Proton Community Updater | ||
**Script to download and manage Community Proton builds** | ||
|
||
This script is an easy way to download, extract and delete custom Proton Versions from different contributors. | ||
Currently, GloriousEggroll and TKG are implemented, but the list can easily be complemented - and if you want some other Builds to be added by default, just tell me! :) | ||
|
||
The script uses Zenity (if its installed) to display a nice GUI, but can be run in CLI-Mode as well, if Zenity is not found. | ||
|
||
## Dependencies | ||
|
||
- **bash** - obvioulsy | ||
- **coreutils** - also pretty obvious | ||
- **curl** - to download the release-lists and the selected versions | ||
- **xz** - to extract the tar.xz archives used by TKG | ||
- **zenity** - optional, for displaying the GUI | ||
|
||
## Installation: | ||
|
||
From Source: | ||
1. Download it! | ||
2. Run it! | ||
3. If you want, move *proton-community-updater-icon.png* to */usr/share/pixmaps/* | ||
|
||
For Arch Linux and derivatives: https://aur.archlinux.org/packages/proton-community-updater/ | ||
|
||
## Contributors/recognition: | ||
- https://github.com/the-sane/lug-helper for the awesome zenity-"framework" | ||
- https://github.com/flubberding/ProtonUpdater for the initial inspiration and groundwork for downloading | ||
- https://github.com/richardtatum/sc-runner-updater for adding upon flubberdings single-version downloader |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.