更新build.sh

--no-check-certificate 导致的无法下载
This commit is contained in:
aixiao 2022-08-12 11:57:56 +08:00
parent bc1456e464
commit 31280c8475
1 changed files with 1 additions and 1 deletions

View File

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