From 4efa765cfddb678db527c1c9b49066a0d03de8e0 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Sun, 10 Jan 2021 02:30:48 +0000 Subject: [PATCH] Update --- debi.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debi.sh b/debi.sh index f092874..cd51134 100755 --- a/debi.sh +++ b/debi.sh @@ -125,6 +125,9 @@ while [ $# -gt 0 ]; do mirror_protocol=$2 shift ;; + --https) + mirror_protocol=https + ;; --mirror-host) mirror_host=$2 shift