From bbf7148cbf65bb8fa0d17cbb876b064ac8cd3371 Mon Sep 17 00:00:00 2001 From: wkdaily Date: Sun, 12 May 2024 18:06:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 93398af..4fd42c4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ GitHub License ### 镜像仓库:https://github.com/wukongdaily/OrangePiShell + + ### 通过ssh 连接到zero3,举例 `ssh orangepi@192.168.66.106` - 默认用户名:`orangepi` @@ -18,35 +20,22 @@ sudo orangepi-config +> 调用命令之前最好先切后到root模式 ubuntu/synology 使用 `sudo -i`
+> debian 使用 `su -` -### zero3 在Ubuntu系统下如何连接wifi? 如上图所示都有 +### Ubuntu/Debian/Synology等基于Debian的Linux - -> 系统带sudo ```bash wget -qO pi.sh https://cafe.cpolar.cn/wkdaily/zero3/raw/branch/main/zero3/pi.sh && chmod +x pi.sh && ./pi.sh ``` -### Debian的准备 -> debian系统最好先切到root身份再运行上述脚本 - -```bash -su - -``` -```bash -wget -qO pi.sh https://cafe.cpolar.cn/wkdaily/zero3/raw/branch/main/zero3/pi.sh && chmod +x pi.sh && ./pi.sh - -``` -### OpenWrt/iStoreOS +### OpenWrt/iStoreOS 软路由系统 ```bash wget -qO op.sh https://cafe.cpolar.cn/wkdaily/zero3/raw/branch/main/zero3/op.sh && chmod +x op.sh && ./op.sh ``` - - -*** @@ -66,12 +55,19 @@ wget -qO op.sh https://cafe.cpolar.cn/wkdaily/zero3/raw/branch/main/zero3/op.sh | arm64 \| arm64v8 | ✅ | | armhf \| armv7 | ✅ | - | 系统 | 或 |机型 | |-----|-----|-----| | Ubuntu ✅ | Debian ✅ | Deepin ✅ | | OpenWrt ✅ | iStoreOS ✅ | MT-3000 ✅ | | NanoPi-R2S ✅ | NanoPi-R4S ✅ | NanoPi-Neo3 ✅ | +| Synology ✅ | | | + + + +# 参考项目 +https://github.com/DDS-Derek/xiaoya-alist + + # 常见问题汇总⬇️⬇️⬇️ [filebrowser 如何设置自定义端口](https://github.com/wukongdaily/OrangePiShell/wiki/filebrowser-%E5%A6%82%E4%BD%95%E8%AE%BE%E7%BD%AE%E8%87%AA%E5%AE%9A%E4%B9%89%E7%AB%AF%E5%8F%A3)