mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-18 16:11:34 +03:00
7 lines
144 B
Bash
Executable File
7 lines
144 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
bin/install_rust_latest.sh
|
|
pip3 install -r bin/requirements-frozen.txt
|
|
sudo apt update && sudo apt install -y libxml2-utils
|
|
|