From 3baaf91de453d35b095881478be8d88b3fc2b97a Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Thu, 2 Apr 2015 16:34:13 +0300 Subject: initial developer documentation descriptions for all functions and classes used by the openssh module --- install-deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install-deps.sh') diff --git a/install-deps.sh b/install-deps.sh index 01db51c..589a5c3 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -1,11 +1,11 @@ #!/bin/sh -# Copyright (c) 2012-2014 Kaarle Ritvanen +# Copyright (c) 2012-2015 Kaarle Ritvanen # See LICENSE file for license details 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" +[ "$1" = -d ] && PACKAGES="$PACKAGES bash curl ldoc" exec apk add --virtual .aconf-deps $PACKAGES -- cgit v1.2.3