Add debian 11 to supported distros for bim

This commit is contained in:
Oliver Günther
2021-11-09 16:10:15 +01:00
parent 265e26a054
commit 2ec76e91ef
+3
View File
@@ -17,6 +17,9 @@ supported_distribution() {
"10")
return 0
;;
"11")
return 0
;;
esac
;;
"redhat")