#!/bin/bash

if [ "${DISTRIB_ID,,}" = "debian_10" ]; then
  resolvconf -u
fi