更新build.sh
--no-check-certificate 导致的无法下载
This commit is contained in:
parent
bc1456e464
commit
31280c8475
2
build.sh
2
build.sh
@ -64,7 +64,7 @@ build_mv()
|
|||||||
|
|
||||||
installbin_()
|
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_
|
chmod a+x /bin/rm_
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user