mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 11:14:56 -05:00
Merge pull request #1047 from real-LiHua/main
Unable to find libfuse on archlinux
This commit is contained in:
commit
bb28c35f00
1 changed files with 2 additions and 2 deletions
|
@ -45,11 +45,11 @@ sudo apt install python3 git libusb-1.0-0 python3-pip libfuse2
|
|||
```
|
||||
#### For ArchLinux
|
||||
```
|
||||
(sudo) pacman -S python python-pip git libusb
|
||||
(sudo) pacman -S python python-pip git libusb fuse2
|
||||
```
|
||||
or
|
||||
```
|
||||
yay -S python python-pip git libusb
|
||||
yay -S python python-pip git libusb fuse2
|
||||
```
|
||||
|
||||
#### Grab files
|
||||
|
|
Loading…
Reference in a new issue