Commit daa68793 authored by Carlos Ramos Carreño's avatar Carlos Ramos Carreño

Install iproute2 if not already installed.

This package installs the `ip` command used by Ansible to set up Re6st.
It is usually installed by default, but not in the official SLE 15 SP6
Docker image.

See merge request nexedi/slapos.core!655
parent c845428b
...@@ -56,6 +56,7 @@ fi ...@@ -56,6 +56,7 @@ fi
is_package_installed unzip || install_package unzip is_package_installed unzip || install_package unzip
is_package_installed openssl || install_package openssl is_package_installed openssl || install_package openssl
is_package_installed iproute2 || install_package iproute2
if ! is_suse && ! is_ubuntu || [[ $DISTRO = wheezy || $DISTRO == jessie || $DISTRO == stretch || $DISTRO == xenial || $DISTRO == bionic ]]; then if ! is_suse && ! is_ubuntu || [[ $DISTRO = wheezy || $DISTRO == jessie || $DISTRO == stretch || $DISTRO == xenial || $DISTRO == bionic ]]; then
is_package_installed python-pip || install_package python-pip is_package_installed python-pip || install_package python-pip
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment