hurl/bin/install_prerequisites_ubuntu.sh

6 lines
203 B
Bash
Raw Normal View History

2022-07-30 05:49:56 +03:00
#!/bin/sh
set -eu
sudo apt update
# Install libcurl dev so that hurl can be built dynamically with libcurl
sudo apt install libcurl4-openssl-dev libxml2-utils
python3 -m pip install --upgrade pip --quiet