We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4c2ee commit e11b3e0Copy full SHA for e11b3e0
1 file changed
buildimg.sh
@@ -11,7 +11,7 @@ device="sdmmc"
11
12
source config.sh
13
14
-if [[ ! "$distro" =~ bookworm|noble ]];
+if [[ ! "$distro" =~ bookworm|noble|trixie ]];
15
then
16
echo "invalid distribution '$distro'";
17
exit;
0 commit comments