summaryrefslogtreecommitdiffstats
path: root/install-deps.sh
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-10-15 21:44:52 +0300
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-10-15 21:45:43 +0300
commit7021795e1f73b7e66ffefe7956cf59290c6cdf05 (patch)
tree0cf7fa2e5dd8278758952c2faf5422887834239a /install-deps.sh
parent36c41b8bf5fef1ecd77c6bad1f882eccff959db4 (diff)
downloadacf2-7021795e1f73b7e66ffefe7956cf59290c6cdf05.tar.bz2
acf2-7021795e1f73b7e66ffefe7956cf59290c6cdf05.tar.xz
enabled & status fields for service models
new PM back-end for OpenRC reload configuration only when service running
Diffstat (limited to 'install-deps.sh')
-rwxr-xr-xinstall-deps.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install-deps.sh b/install-deps.sh
index 1e52aa5..b78b4a0 100755
--- a/install-deps.sh
+++ b/install-deps.sh
@@ -3,8 +3,8 @@
# Copyright (c) 2012-2013 Kaarle Ritvanen
# See LICENSE file for license details
-PACKAGES="lua5.2-augeas lua5.2-crypto lua5.2-cjson lua5.2-posix lua5.2-stringy
- uwsgi uwsgi-lua"
+PACKAGES="lua5.2-augeas lua5.2-cjson lua5.2-crypto lua5.2-openrc lua5.2-posix
+ lua5.2-stringy uwsgi uwsgi-lua"
[ "$1" = -d ] && PACKAGES="$PACKAGES bash curl"