#!/usr/bin/env bash # Migration: nosignal-update flow — pre-answer yay's interactive menus so the # update no longer looks stuck at "Packages to exclude". # Idempotent — delegates to the component patcher. set -euo pipefail : "${NOSIGNAL_SRC:?NOSIGNAL_SRC must point at the NoSignal source root}" sh "$NOSIGNAL_SRC/update-prompts-fix/patch-nosignal-update.sh"