summaryrefslogtreecommitdiffstats
path: root/install-deps.sh
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-09-17 02:31:25 +0300
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-09-17 02:31:25 +0300
commit3cddbe8043e3e8aad410594c7e4466e7caeb8b41 (patch)
treec2971117e1a7dfa6f9e8174d4f41cc1239e06b77 /install-deps.sh
parent5467f2ddadeaaf74dfb2109d53c4d5be9f275f20 (diff)
downloadaconf-3cddbe8043e3e8aad410594c7e4466e7caeb8b41.tar.bz2
aconf-3cddbe8043e3e8aad410594c7e4466e7caeb8b41.tar.xz
hashed passwords
Diffstat (limited to 'install-deps.sh')
-rwxr-xr-xinstall-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-deps.sh b/install-deps.sh
index a6f157f..b624503 100755
--- a/install-deps.sh
+++ b/install-deps.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2012-2013 Kaarle Ritvanen
# See LICENSE file for license details
-PACKAGES="lua5.2-augeas lua5.2-json4 lua5.2-posix lua5.2-stringy
+PACKAGES="lua5.2-augeas lua5.2-crypto lua5.2-json4 lua5.2-posix lua5.2-stringy
uwsgi uwsgi-lua"
[ "$1" = -d ] && PACKAGES="$PACKAGES bash curl"