summaryrefslogtreecommitdiffstats
path: root/install-deps.sh
blob: 7ce73c021ec45212a71dd047f3452d3206d1724b (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# Copyright (c) 2012-2013 Kaarle Ritvanen
# See LICENSE file for license details

PACKAGES="lua-augeas lua-json4 lua-posix lua-stringy uwsgi uwsgi-lua"

[ "$1" = -d ] && PACKAGES="$PACKAGES bash curl"

exec apk add --virtual .acf2-deps $PACKAGES