infest: add curl to debian deps

This commit is contained in:
makefu 2015-11-10 18:52:50 +01:00
parent 557eefd36b
commit 94a394539d

View File

@ -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
}