#!/bin/bash # Wrapper script for Ubuntu Noble ostree backport # This script calls the main backport script with noble as the target echo "=== Ubuntu Noble (24.04 LTS) ostree Backport ===" echo "Source: Ubuntu Questing" echo "Target: Ubuntu Noble" echo "" # Call the main backport script with noble as the target ./ostree-backport.sh noble