#!/bin/bash
export DEBIAN_FRONTEND=noninteractive

dpkg --force-confold --force-confmiss  "$@"

