mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-30 00:34:28 +03:00
7 lines
124 B
Bash
Executable File
7 lines
124 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
# Install packages
|
|
yum install -y python3-devel python3-pip
|
|
python3 -m pip install --upgrade pip --quiet
|