Bohan Yang 5 年之前
父節點
當前提交
4efa765cfd
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      debi.sh

+ 3 - 0
debi.sh

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