更新 README.md
This commit is contained in:
parent
6e55b51fd3
commit
bbf7148cbf
32
README.md
32
README.md
|
@ -1,6 +1,8 @@
|
|||
<img alt="GitHub License" src="https://img.shields.io/github/license/wukongdaily/diy-nas-onescript?labelColor=%23FF4500&color=black">
|
||||
|
||||
### 镜像仓库:https://github.com/wukongdaily/OrangePiShell
|
||||
|
||||
|
||||
### 通过ssh 连接到zero3,举例
|
||||
`ssh orangepi@192.168.66.106`
|
||||
- 默认用户名:`orangepi`
|
||||
|
@ -18,35 +20,22 @@ sudo orangepi-config
|
|||
|
||||
<img src="https://github.com/wukongdaily/OrangePiShell/assets/143675923/0d9e5421-53b4-4a63-b7a1-025ab977eed5" width="40%" />
|
||||
|
||||
> 调用命令之前最好先切后到root模式 ubuntu/synology 使用 `sudo -i`<br>
|
||||
> 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
|
||||
|
||||
```
|
||||
|
||||
<img src="https://github.com/wukongdaily/OrangePiShell/assets/143675923/67baea9e-9222-4409-8aae-b6e9242c721d" width="40%" />
|
||||
|
||||
***
|
||||
|
||||
<img src="https://cafe.cpolar.cn/wkdaily/zero3/releases/download/v1/pre.jpg" width="40%" />
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue