mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
fix: spell error fixed
This commit is contained in:
parent
da042cb60e
commit
7021411ee7
@ -6,7 +6,7 @@ compiler:
|
||||
before_install:
|
||||
- mkdir -p .deps
|
||||
- cd .deps
|
||||
- wget -O use-3.1.1.tar.gz https://github.com/libfuse/libfuse/archive/fuse-3.1.1.tar.gz
|
||||
- wget -O fuse-3.1.1.tar.gz https://github.com/libfuse/libfuse/archive/fuse-3.1.1.tar.gz
|
||||
- tar -xf fuse-3.1.1.tar.gz
|
||||
- cd libfuse-fuse-3.1.1
|
||||
- ./makeconf.sh
|
||||
|
Loading…
Reference in New Issue
Block a user