Browse Source

version error

Bohan Yang 4 years ago
parent
commit
0c35e2ca12
1 changed files with 3 additions and 0 deletions
  1. 3 0
      debi.sh

+ 3 - 0
debi.sh

@@ -163,6 +163,9 @@ while [ $# -gt 0 ]; do
                 11|bullseye)
                     suite=bullseye
                     daily_d_i=true
+                    ;;
+                *)
+                    err "Unsupported version: $2"
             esac
             shift
             ;;