1
0
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:
Falk Werner 2019-02-10 08:57:31 +01:00
parent da042cb60e
commit 7021411ee7

View File

@ -6,7 +6,7 @@ compiler:
before_install: before_install:
- mkdir -p .deps - mkdir -p .deps
- cd .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 - tar -xf fuse-3.1.1.tar.gz
- cd libfuse-fuse-3.1.1 - cd libfuse-fuse-3.1.1
- ./makeconf.sh - ./makeconf.sh