12 lines
215 B
Bash
Executable File
12 lines
215 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Install pkgxx dependancies
|
|
echo "> Installing Lua Split…"
|
|
luarocks-5.1 install split || exit 1
|
|
|
|
# FIXME: need build.zsh
|
|
|
|
# FIXME: install pkgxx
|
|
# FIXME: configure pkgxx
|
|
# FIXME: DL yunoconfig
|