diff options
author | makefu <github@syntax-fehler.de> | 2015-11-10 18:52:50 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-11-10 18:52:50 +0100 |
commit | 94a394539dc7876a027c5d06aa623e507d82781b (patch) | |
tree | 380ac2517b923263469bad33788da1edcd509f89 /krebs/4lib/infest | |
parent | 557eefd36b446d73437c933c8ff895b910674aba (diff) |
infest: add curl to debian deps
Diffstat (limited to 'krebs/4lib/infest')
-rw-r--r-- | krebs/4lib/infest/prepare.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/4lib/infest/prepare.sh b/krebs/4lib/infest/prepare.sh index 182a068ef..0bfc49380 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 } |