chore: fix download url

This commit is contained in:
tretrauit 2022-05-30 13:20:14 +00:00
parent 5059c09ac0
commit 44d9e0d06a

View File

@ -3,13 +3,13 @@
This script is a wrapper for `sulaunchhelper2.py` and `syscall_check.sh`, for use with Lutris pre-game launch script. This script is a wrapper for `sulaunchhelper2.py` and `syscall_check.sh`, for use with Lutris pre-game launch script.
+ To install you must have `sulaunchhelper2.py` and `syscall_check.sh` present, if not you can execute these to quickly download them (to current directory): + To install you must have `sulaunchhelper2.py` and `syscall_check.sh` present, if not you can execute these to quickly download them (to current directory):
```sh ```sh
curl -OL sulaunchhelper2.py curl -OL sulaunchhelper2.py https://gitlab.com/tretrauit/scripts/-/raw/main/games/LoL/linux/sulaunchhelper2.py
curl -OL syscall_check.sh curl -OL syscall_check.sh https://gitlab.com/tretrauit/scripts/-/raw/main/games/LoL/linux/syscall_check.sh
chmod +x sulaunchhelper2.py syscall_check.sh chmod +x sulaunchhelper2.py syscall_check.sh
``` ```
+ Then to download `sulaunchhelper2.sh` itself: + Then to download `sulaunchhelper2.sh` itself:
```sh ```sh
curl -OL sulaunchhelper2.sh curl -OL sulaunchhelper2.sh https://gitlab.com/tretrauit/scripts/-/raw/main/games/LoL/linux/sulaunchhelper2.sh
chmod +x sulaunchhelper2.sh chmod +x sulaunchhelper2.sh
``` ```
+ After that, copy all these files to the game prefix you want to use, then set pre-launch script in Lutris to where `sulaunchhelper2.sh` is located. + After that, copy all these files to the game prefix you want to use, then set pre-launch script in Lutris to where `sulaunchhelper2.sh` is located.