Skip to content

Commit

Permalink
scripts(setup-ubuntu): install curl headers as well
Browse files Browse the repository at this point in the history
Needed by txikijs's hostbuild step.

Fixes #11085.
  • Loading branch information
Grimler91 committed Jun 29, 2022
1 parent 4bfa2f8 commit 1ef9a5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit 1ef9a5d

Please sign in to comment.