lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> may be better =>
> 
> curl
> https://raw.githubusercontent.com/DhavalKapil/luavm/master/install.sh -o
> install.sh && chmod +x ./install.sh && . ./install.sh

There is sourcing, not executing. So, adding executing bit is unnecessarily
// Although, I anyway very dislike such `curl | sh` installers

-- 
wbr,
mva