Merge pull request #1047 from real-LiHua/main

Unable to find libfuse on archlinux
This commit is contained in:
Bjoern Kerler 2024-06-12 19:29:26 +02:00 committed by GitHub
commit bb28c35f00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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