From bfaa4eceda474cb0200a3a75ac648249219904b5 Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Fri, 21 Feb 2014 16:39:57 +0200 Subject: audio data type --- install-deps.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install-deps.sh') diff --git a/install-deps.sh b/install-deps.sh index b78b4a0..020685a 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -1,10 +1,10 @@ #!/bin/sh -# Copyright (c) 2012-2013 Kaarle Ritvanen +# Copyright (c) 2012-2014 Kaarle Ritvanen # See LICENSE file for license details -PACKAGES="lua5.2-augeas lua5.2-cjson lua5.2-crypto lua5.2-openrc lua5.2-posix - lua5.2-stringy uwsgi uwsgi-lua" +PACKAGES="lua5.2-augeas lua5.2-b64 lua5.2-cjson lua5.2-crypto lua5.2-file-magic + lua5.2-openrc lua5.2-posix lua5.2-stringy uwsgi uwsgi-lua" [ "$1" = -d ] && PACKAGES="$PACKAGES bash curl" -- cgit v1.2.3