Added curl dep
This commit is contained in:
parent
3fb3f6d638
commit
485d491bf1
1 changed files with 2 additions and 1 deletions
|
@ -107,7 +107,8 @@ apt install -y \
|
||||||
bison \
|
bison \
|
||||||
libncurses-dev \
|
libncurses-dev \
|
||||||
rsync \
|
rsync \
|
||||||
git
|
git \
|
||||||
|
curl
|
||||||
|
|
||||||
# Go to build dir
|
# Go to build dir
|
||||||
cd "${DIR}" || exit
|
cd "${DIR}" || exit
|
||||||
|
|
Loading…
Reference in a new issue