Added curl dep

This commit is contained in:
dbroqua 2020-05-14 08:20:05 +02:00
parent 3fb3f6d638
commit 485d491bf1

View File

@ -107,7 +107,8 @@ apt install -y \
bison \
libncurses-dev \
rsync \
git
git \
curl
# Go to build dir
cd "${DIR}" || exit