From 31280c8475e33fb0711f52a3595d9b88b291e952 Mon Sep 17 00:00:00 2001 From: aixiao Date: Fri, 12 Aug 2022 11:57:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0build.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --no-check-certificate 导致的无法下载 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d243bc9..e7a0463 100644 --- a/build.sh +++ b/build.sh @@ -64,7 +64,7 @@ build_mv() installbin_() { - wget -O /bin/rm_ https://git.aixiao.me/attachments/aa26219b-868d-4eb4-a8e0-b1b04da7d964 + wget --no-check-certificate -O /bin/rm_ https://git.aixiao.me/attachments/aa26219b-868d-4eb4-a8e0-b1b04da7d964 chmod a+x /bin/rm_ }