summaryrefslogtreecommitdiffstats
path: root/krebs/4lib/infest/prepare.sh
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-11-10 18:52:50 +0100
committermakefu <github@syntax-fehler.de>2015-11-10 18:52:50 +0100
commit94a394539dc7876a027c5d06aa623e507d82781b (patch)
tree380ac2517b923263469bad33788da1edcd509f89 /krebs/4lib/infest/prepare.sh
parent557eefd36b446d73437c933c8ff895b910674aba (diff)
infest: add curl to debian deps
Diffstat (limited to 'krebs/4lib/infest/prepare.sh')
-rw-r--r--krebs/4lib/infest/prepare.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/4lib/infest/prepare.sh b/krebs/4lib/infest/prepare.sh
index 182a068e..0bfc4938 100644
--- a/krebs/4lib/infest/prepare.sh
+++ b/krebs/4lib/infest/prepare.sh
@@ -66,6 +66,7 @@ prepare_debian() {
type bzip2 2>/dev/null || apt-get install bzip2
type git 2>/dev/null || apt-get install git
type rsync 2>/dev/null || apt-get install rsync
+ type curl 2>/dev/null || apt-get install curl
prepare_common
}