#!/bin/bash
set -eux
set -o pipefail

if [ "opensuse" = "$DISTRO_NAME" ]; then
    install-packages dhcp-client
fi
