LuaDist / Repository

Repository of LuaDist modules available for installation using the luadist-git command line tool
www.luadist.org
243 stars 41 forks source link

OSX installation #205

Open sonoro1234 opened 10 years ago

sonoro1234 commented 10 years ago

I am complete new to mac osx, tried one line installation but:

Morundi:share Morundi$ echo "$(curl -fksSL https://tinyurl.com/luadist)" | bash bash: line 1: !DOCTYPE: No such file or directory bash: line 2: html: No such file or directory bash: line 3: head: No such file or directory bash: line 4: meta: No such file or directory bash: line 5: meta: No such file or directory bash: line 6: meta: No such file or directory bash: line 7: meta: No such file or directory bash: line 8: meta: No such file or directory bash: line 9: script: No such file or directory bash: line 10: syntax error near unexpected token (' 'ash: line 10: Date.now = Date.now || function() { return +new Date; };

any guide?

sonoro1234 commented 10 years ago

I am using the other installation instructions. May be one-liner is not working on mac?

matschaffer commented 9 years ago

@sonoro1234 what does curl -fksSL https://tinyurl.com/luadist show? I suspect either an issue with tinyurl at the time you tried it or some sort of proxy between you and tinyurl is giving you an html page instead of the expected script.