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

+ 3 - 0
debi.sh

@@ -125,6 +125,9 @@ while [ $# -gt 0 ]; do
             mirror_protocol=$2
             mirror_protocol=$2
             shift
             shift
             ;;
             ;;
+        --https)
+            mirror_protocol=https
+            ;;
         --mirror-host)
         --mirror-host)
             mirror_host=$2
             mirror_host=$2
             shift
             shift