You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
215 B
11 lines
215 B
#!/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
|
|
|