diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-04-25 16:54:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-25 16:54:47 +0000 |
commit | c84e827daec8001a9ab1f89beabaa3627cf69eda (patch) | |
tree | 06d3e0ac88efb79a8320e1c73e4d640e76c13c7c /xci | |
parent | a850a9093da3df7b880e8bfa2a861e72cfc7180f (diff) | |
parent | 1029dbcfb452542a58de34171ba07b5d408a2e5c (diff) |
Merge "xci: install-lib: Install curl package"
Diffstat (limited to 'xci')
-rw-r--r-- | xci/files/install-lib.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xci/files/install-lib.sh b/xci/files/install-lib.sh index 43e1213e..af86be41 100644 --- a/xci/files/install-lib.sh +++ b/xci/files/install-lib.sh @@ -34,6 +34,7 @@ function install_ansible() { python venv wget + curl ) source /etc/os-release || source /usr/lib/os-release @@ -54,6 +55,7 @@ function install_ansible() { [python-devel]=python-devel [venv]=python-virtualenv [wget]=wget + [curl]=curl ) EXTRA_PKG_DEPS=( python-xml ) sudo zypper -n ref @@ -81,6 +83,7 @@ function install_ansible() { [python-devel]=libpython-dev [venv]=python-virtualenv [wget]=wget + [curl]=curl ) EXTRA_PKG_DEPS=( apt-utils ) sudo apt-get update @@ -103,6 +106,7 @@ function install_ansible() { [python-devel]=python-devel [venv]=python-virtualenv [wget]=wget + [curl]=curl ) sudo $PKG_MANAGER updateinfo EXTRA_PKG_DEPS=( deltarpm ) |