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