diff options
Diffstat (limited to 'xci/files/install-lib.sh')
-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 ) |