#!/bin/bash set -euo pipefail if [[ ! -f /usr/bin/tasksel ]]; then apt \ --update \ install \ --yes \ tasksel fi tasksel \ --new-install