From bc1456e46473538c66eaf2c6037d717424e5ca57 Mon Sep 17 00:00:00 2001 From: aixiao Date: Thu, 28 Jul 2022 14:21:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=8B=E8=BD=BD=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E5=92=8C=E4=BB=93=E5=BA=93=E5=9C=B0=E5=9D=80=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25018c3..bf16fd9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.sh b/build.sh index fad6c89..d243bc9 100644 --- a/build.sh +++ b/build.sh @@ -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_ }