Unable to find libfuse on archlinux

This commit is contained in:
Li Hua 2024-06-12 20:24:26 +08:00 committed by GitHub
parent 6ff27e04c2
commit 09a7b63def
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 #### 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