summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-20 09:02:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-07-20 09:02:05 +0000
commitcd1dc75d09e5ac8f5e55100e5b9099c85a91db7f (patch)
tree5f17cb931e6b4f45a8d1476c00ea779b827dce98
parent4d228d3ee22b167bbcc8374e79717ae0dc590dee (diff)
downloadalpine-conf-cd1dc75d09e5ac8f5e55100e5b9099c85a91db7f.tar.bz2
alpine-conf-cd1dc75d09e5ac8f5e55100e5b9099c85a91db7f.tar.xz
setup-acf: install openssl
so we can generate the certificate
-rw-r--r--setup-acf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-acf.in b/setup-acf.in
index 5144a21..4f2afec 100644
--- a/setup-acf.in
+++ b/setup-acf.in
@@ -11,7 +11,7 @@ usage() {
exit 0;
}
-pkgs="acf-core acf-alpine-baselayout acf-apk-tools"
+pkgs="acf-core acf-alpine-baselayout acf-apk-tools openssl"
while getopts "ae:hl:n" opt ; do
case $opt in