mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-26 11:43:08 +03:00
8 lines
157 B
Bash
Executable File
8 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
set -Eeuo pipefail
|
|
|
|
bin/install_rust_latest.sh
|
|
pip3 install -r bin/requirements-frozen.txt
|
|
sudo apt update && sudo apt install -y libxml2-utils
|
|
|