mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-27 08:19:22 +03:00
8 lines
179 B
Bash
Executable File
8 lines
179 B
Bash
Executable File
#!/bin/bash
|
|
set -Eeuo pipefail
|
|
|
|
bin/install_rust.sh
|
|
python3 -m pip install --requirement bin/requirements-frozen.txt
|
|
sudo apt-get update && sudo apt-get install -y libxml2-utils
|
|
|