requarks / wiki

Wiki.js | A modern and powerful wiki app built on Node.js
https://js.wiki
GNU Affero General Public License v3.0
24.33k stars 2.69k forks source link

Can't install wiki-js on osx #615

Closed intmainreturn00 closed 6 years ago

intmainreturn00 commented 6 years ago

Actual behavior

Trying to install in according to documentation via curl -sSo- https://wiki.js.org/install.sh | bash The result is:

image

and target folder is empty. My environment:

image

Expected behavior

Install successfully

Steps to reproduce the behavior

curl -sSo- https://wiki.js.org/install.sh | bash

What am I doing wrong?

intmainreturn00 commented 6 years ago

Updating curl from 7.45 to 7.61 solved the issue.