mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Add files via upload
This commit is contained in:
parent
7c940e8443
commit
ac2e12050b
1 changed files with 9 additions and 0 deletions
|
@ -33,9 +33,18 @@ User: user, Password:user (based on Ubuntu 22.04 LTS)
|
|||
|
||||
#### Install python >=3.8, git and other deps
|
||||
|
||||
#### For Debian/Ubuntu
|
||||
```
|
||||
sudo apt install python3 git libusb-1.0-0 python3-pip
|
||||
```
|
||||
#### For ArchLinux
|
||||
```
|
||||
(sudo) pacman -S python python-pip git libusb
|
||||
```
|
||||
or
|
||||
```
|
||||
yay -S python python-pip git libusb
|
||||
```
|
||||
|
||||
#### Grab files
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue