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