#!/usr/bin/env bash set -euo pipefail set -x FLAVOR="$(lsb_release -sc)" if dpkg-vendor --derives-from Ubuntu; then sudo tee /etc/apt/sources.list.d/arm64.list <