From add85aebbc024231342d48c03e45e6cfd2d5fc47 Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Fri, 4 Oct 2013 16:49:43 +0300 Subject: switch to cjson from json4 --- install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install-deps.sh') diff --git a/install-deps.sh b/install-deps.sh index b624503..1e52aa5 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-crypto lua5.2-json4 lua5.2-posix lua5.2-stringy +PACKAGES="lua5.2-augeas lua5.2-crypto lua5.2-cjson lua5.2-posix lua5.2-stringy uwsgi uwsgi-lua" [ "$1" = -d ] && PACKAGES="$PACKAGES bash curl" -- cgit v1.2.3