Add curl to install script for ubuntu
Missing curl dependency can cause unclear errors Change-Id: I8f86a51c9947b460a5003a7a4713dedeaca19837
This commit is contained in:
parent
3cee5970a0
commit
4932e6ce50
@ -32,7 +32,8 @@ function ansible_install {
|
|||||||
libssl-dev \
|
libssl-dev \
|
||||||
python-dev \
|
python-dev \
|
||||||
build-essential \
|
build-essential \
|
||||||
jq
|
jq \
|
||||||
|
curl
|
||||||
elif [ "x$ID" == "xcentos" ]; then
|
elif [ "x$ID" == "xcentos" ]; then
|
||||||
sudo yum install -y \
|
sudo yum install -y \
|
||||||
epel-release
|
epel-release
|
||||||
|
Loading…
Reference in New Issue
Block a user