Skip to content

Commit e11b3e0

Browse files
committed
buildimg.sh: add debian trixie too
1 parent bd4c2ee commit e11b3e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildimg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ device="sdmmc"
1111

1212
source config.sh
1313

14-
if [[ ! "$distro" =~ bookworm|noble ]];
14+
if [[ ! "$distro" =~ bookworm|noble|trixie ]];
1515
then
1616
echo "invalid distribution '$distro'";
1717
exit;

0 commit comments

Comments
 (0)