From 98c2d09cecff9d02e4f1e88f33ba9b2d84298af1 Mon Sep 17 00:00:00 2001 From: clsty Date: Thu, 28 Nov 2024 02:14:21 +0800 Subject: [PATCH] fix --- docs/src/content/docs/using/obtain.md | 2 +- docs/src/content/docs/using/run.md | 2 +- publishiso-5-local.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/content/docs/using/obtain.md b/docs/src/content/docs/using/obtain.md index 717cd36b..172db422 100644 --- a/docs/src/content/docs/using/obtain.md +++ b/docs/src/content/docs/using/obtain.md @@ -9,7 +9,7 @@ sidebar: # 直接下载镜像文件 目前提供两个地址,择一即可: - [GitHub Releases](https://github.com/clsty/arCNiso/releases/latest) -- [Celestial.y 的存储分享](https://alist.celestialy.top/arCNiso/release) +- [Celestial.y 的存储分享](https://alist.clsty.link/arCNiso/release) - 不需要登录,但是有密码:`clsty` :::tip diff --git a/docs/src/content/docs/using/run.md b/docs/src/content/docs/using/run.md index 59c8730f..d9bf26d8 100644 --- a/docs/src/content/docs/using/run.md +++ b/docs/src/content/docs/using/run.md @@ -17,7 +17,7 @@ sidebar: - 也可以将镜像文件通过 dd 或 Rufus 等工具写入到 U 盘中,但这远不如 Ventoy 灵活。 - Q:其实——我的电脑系统全挂掉了(或出厂不含系统),也暂时无法借用他人电脑,这样也能制作 arCNiso 启动盘吗? - A:( `>v>` 没想到吧.png)就算这样也还是有办法的——你可以使用安卓设备(手机、平板等)来做这件事。 - - 安装 EtchDroid USB writer,它可从[项目主页的 Releases](https://github.com/Depau/EtchDroid/releases) 或 [F-Droid](https://f-droid.org/packages/eu.depau.etchdroid) 下载(这里也提供 [Celestial.y 的存储分享](https://alist.celestialy.top/android),密码 `clsty`;但更新未必及时)。 + - 安装 EtchDroid USB writer,它可从[项目主页的 Releases](https://github.com/Depau/EtchDroid/releases) 或 [F-Droid](https://f-droid.org/packages/eu.depau.etchdroid) 下载(这里也提供 [Celestial.y 的存储分享](https://alist.clsty.link/android),密码 `clsty`;但更新未必及时)。 - 将 U 盘插到安卓设备上,使用刚才安装的 EtchDroid 将前面获取到的 arCNiso 镜像文件写入到 U 盘中。 > 当你的电脑(通过 ventoy 或其他途径)启动本镜像之后,会自动进入启动流程。 diff --git a/publishiso-5-local.sh b/publishiso-5-local.sh index fe076b95..d3aae4f8 100755 --- a/publishiso-5-local.sh +++ b/publishiso-5-local.sh @@ -32,7 +32,7 @@ ls $(cat ./ignoredinfo/rsyncpath-local) echo "$filterfile" echo "正在用 rsync 同步 iso..." cp -f ./result.md ./release/README.md -aaa rsync --delete-before --info=progress2 -avr \ +aaa rsync --delete-before --info=progress2 -vr \ -f._<(echo "$filter") \ ./release/ $(cat ./ignoredinfo/rsyncpath-local)