#!/bin/bash set -ex if [ ! -f "$(which incus)" ]; then # need to get the remote.conf in there # this isn't really needed since env are provided via docker. sudo tee /etc/apt/sources.list.d/zabbly-incus-daily.sources <