https://github.com/timvisee/update-proton-ge
A script to update your Proton GloriousEggroll installation. Mirror from https://gitlab.com/timvisee/update-proton-ge
https://github.com/timvisee/update-proton-ge
hacktoberfest proton proton-ge-custom script update
Last synced: about 1 year ago
JSON representation
A script to update your Proton GloriousEggroll installation. Mirror from https://gitlab.com/timvisee/update-proton-ge
- Host: GitHub
- URL: https://github.com/timvisee/update-proton-ge
- Owner: timvisee
- License: mit
- Created: 2020-10-21T20:10:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T13:22:37.000Z (over 4 years ago)
- Last Synced: 2025-03-26T06:11:13.647Z (about 1 year ago)
- Topics: hacktoberfest, proton, proton-ge-custom, script, update
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build status on GitLab CI][gitlab-ci-master-badge]][gitlab-ci-link]
[gitlab-ci-link]: https://gitlab.com/timvisee/update-proton-ge/pipelines
[gitlab-ci-master-badge]: https://gitlab.com/timvisee/update-proton-ge/badges/master/pipeline.svg
# Update Proton GloriousEggroll script
A script to update your [Proton GloriousEggroll][proton-ge] installation to the latest
version, so you don't have to do it yourself.
## Usage
Please refer to the Proton GloriousEggroll installation instructions first to
make sure you meet all requirements:
https://github.com/GloriousEggroll/proton-ge-custom#installation
To use this script, download it first (and make it executable):
```bash
wget https://gitlab.com/timvisee/update-proton-ge/-/raw/master/update-proton-ge
chmod a+x ./update-proton-ge
```
Then run it to install the latest version of GloriousEggroll's Proton:
```bash
./update-proton-ge
# Found latest version: 5.9-GE-8-ST
# Downloading...
# /tmp/Proton-5.9-GE-8-ST.t 100%[======>] 390,79M 4,11MB/s in 2m 2s
# Installing...
# Cleanup...
# Installation complete
```
## License
This project is released under the MIT license.
Check out the [LICENSE](LICENSE) file for more information.
[proton-ge]: https://github.com/GloriousEggroll/proton-ge-custom