#!/usr/bin/env bash # Migration: ensure base default packages (github-cli, ...) are installed on an # existing box. The ISO ships them in the base package set. Idempotent (root). set -euo pipefail : "${NOSIGNAL_SRC:?NOSIGNAL_SRC must point at the NoSignal source root}" sudo sh "$NOSIGNAL_SRC/base-default-packages/install-base-default-packages.sh"