mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-12-04 05:01:04 -05:00
Unable to find libfuse on archlinux
This commit is contained in:
parent
6ff27e04c2
commit
09a7b63def
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
|
#### For ArchLinux
|
||||||
```
|
```
|
||||||
(sudo) pacman -S python python-pip git libusb
|
(sudo) pacman -S python python-pip git libusb fuse2
|
||||||
```
|
```
|
||||||
or
|
or
|
||||||
```
|
```
|
||||||
yay -S python python-pip git libusb
|
yay -S python python-pip git libusb fuse2
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Grab files
|
#### Grab files
|
||||||
|
|
Loading…
Reference in a new issue