1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

fix: yet another typo fixed

This commit is contained in:
Falk Werner 2019-02-10 09:01:22 +01:00
parent 7021411ee7
commit 75496cdefd

View File

@ -14,7 +14,7 @@ before_install:
- make - make
- sudo make install - sudo make install
- cd .. - cd ..
- wget -O libwebsockets-3.1.0.tat.gz https://github.com/warmcat/libwebsockets/archive/v3.1.0.tar.gz - wget -O libwebsockets-3.1.0.tar.gz https://github.com/warmcat/libwebsockets/archive/v3.1.0.tar.gz
- tar -xf libwebsockets-3.1.0.tar.gz - tar -xf libwebsockets-3.1.0.tar.gz
- cd libwebsockets-3.1.0 - cd libwebsockets-3.1.0
- mkdir .build - mkdir .build