mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-22 15:42:20 +03:00
10 lines
211 B
Bash
Executable File
10 lines
211 B
Bash
Executable File
#!/bin/bash
|
|
set -Eeuo pipefail
|
|
|
|
echo "----- install prerequisite packages -----"
|
|
pacman -Syy --noconfirm
|
|
pacman -Sy --noconfirm bash curl icu base-devel libxml2 python3 glibc openbsd-netcat
|
|
|
|
python3 get-pip.py
|
|
|