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 \
|
||||
libncurses-dev \
|
||||
rsync \
|
||||
git
|
||||
git \
|
||||
curl
|
||||
|
||||
# Go to build dir
|
||||
cd "${DIR}" || exit
|
||||
|
|
Loading…
Reference in a new issue