Add support for Debian version 13 codename Trixie (#451)

This commit is contained in:
frytimo
2025-11-21 21:27:09 -04:00
committed by GitHub
parent eefc35b778
commit bc30e8c6c9
7 changed files with 116 additions and 41 deletions

View File

@@ -9,8 +9,10 @@ cd "$(dirname "$0")"
if [ .$switch_source = .true ]; then
if [ ."$switch_branch" = "master" ]; then
echo "MASTER"
switch/source-master.sh
else
echo "RELEASE"
switch/source-release.sh
fi