#!/bin/bash # Wrapper script for Debian Trixie ostree backport # This script calls the main backport script with trixie as the target echo "=== Debian Trixie (12) ostree Backport ===" echo "Source: Debian sid" echo "Target: Debian Trixie" echo "" # Call the main backport script with trixie as the target ./ostree-backport.sh trixie