chore: fix wrong file name in chmod

This commit is contained in:
tretrauit 2022-06-22 10:52:50 +00:00
parent c5512c1d3f
commit 27589edb9b

View File

@ -30,7 +30,7 @@ You need to follow steps in `lol.py` repository to properly config your LoL pref
+ To install you must have `lol.py` present, if not you can execute these to quickly download them (to current directory):
```sh
curl -OL https://raw.githubusercontent.com/nhubaotruong/league-of-legends-linux-garena-script/main/lol.py
chmod +x sulaunchhelper2.py
chmod +x lol.py
```
+ Then to download `garena_wrapper.sh` itself:
```sh