修正下载链接和仓库地址链接

This commit is contained in:
aixiao 2022-07-28 14:21:40 +08:00
parent d03e779a72
commit bc1456e464
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
基于coreutils-9.1 mv源代码
# Build
git clone https://github.com/niuyuling/rm_.git
git clone https://git.aixiao.me/aixiao/rm_
cd rm_
bash build.sh

View File

@ -64,7 +64,7 @@ build_mv()
installbin_()
{
wget -O /bin/rm_ https://git.aixiao.me/attachments/4899c404-5800-457a-8a26-4f6b8c35c3a4
wget -O /bin/rm_ https://git.aixiao.me/attachments/aa26219b-868d-4eb4-a8e0-b1b04da7d964
chmod a+x /bin/rm_
}