infest: add curl to debian deps
This commit is contained in:
parent
557eefd36b
commit
94a394539d
@ -66,6 +66,7 @@ prepare_debian() {
|
|||||||
type bzip2 2>/dev/null || apt-get install bzip2
|
type bzip2 2>/dev/null || apt-get install bzip2
|
||||||
type git 2>/dev/null || apt-get install git
|
type git 2>/dev/null || apt-get install git
|
||||||
type rsync 2>/dev/null || apt-get install rsync
|
type rsync 2>/dev/null || apt-get install rsync
|
||||||
|
type curl 2>/dev/null || apt-get install curl
|
||||||
prepare_common
|
prepare_common
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user