Update Alpine to 3.8, installation script to 0.9.0 and resolve pkgxx dependencies
This commit is contained in:
10
build
10
build
@ -1,14 +1,10 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# Install pkgxx dependancies
|
||||
echo "> Installing Moonscript…"
|
||||
luarocks-5.1 install moonscript || exit 1
|
||||
echo "> Installing lua-argparse…"
|
||||
luarocks-5.1 install argparse || exit 1
|
||||
echo "> Installing lua-process"
|
||||
luarocks-5.1 install process --from=http://mah0x211.github.io/rocks/
|
||||
echo "> Installing Lua Split…"
|
||||
luarocks-5.1 install split || exit 1
|
||||
|
||||
# FIXME: need moonscript AND build.zsh
|
||||
# FIXME: need build.zsh
|
||||
|
||||
# FIXME: install pkgxx
|
||||
# FIXME: configure pkgxx
|
||||
|
Reference in New Issue
Block a user