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_ }