mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Fix linux deps
- missing `python3-pip` - `libusb1.0` does not exist in the latest version of Ubuntu. Use `libusb-1.0-0` instead
This commit is contained in:
parent
dcbb7ed204
commit
b94107fb96
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ User: user, Password:user (based on Ubuntu 22.04 LTS)
|
|||
#### Install python >=3.8, git and other deps
|
||||
|
||||
```
|
||||
sudo apt install python3 git libusb1.0
|
||||
sudo apt install python3 git libusb-1.0-0 python3-pip
|
||||
```
|
||||
|
||||
#### Grab files
|
||||
|
|
Loading…
Reference in a new issue