scripts(setup-ubuntu): install curl headers as well

Needed by txikijs's hostbuild step.

Fixes https://github.com/termux/termux-packages/issues/11085.
This commit is contained in:
Henrik Grimler 2022-06-29 07:29:43 +02:00
parent 4bfa2f8fff
commit 1ef9a5d5d2
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 3 additions and 0 deletions

View File

@ -246,6 +246,9 @@ PACKAGES+=" libjson-perl"
# Required for parsing repo.json
PACKAGES+=" jq"
# Required by txikijs's hostbuild step
PACKAGES+=" libcurl4-openssl-dev"
# Do not require sudo if already running as root.
if [ "$(id -u)" = "0" ]; then
SUDO=""