同步文件
This commit is contained in:
parent
3bd498a8f2
commit
84f44a3afc
@ -6,6 +6,11 @@
|
|||||||
|
|
||||||
## ❤[使用方法 Wiki](https://github.com/wukongdaily/diy-nas-onescript/wiki)
|
## ❤[使用方法 Wiki](https://github.com/wukongdaily/diy-nas-onescript/wiki)
|
||||||
|
|
||||||
|
```
|
||||||
|
curl -fsSL https://cafe.cpolar.cn/wkdaily/diy-nas-onescript/raw/branch/master/shell/diy.sh -o diy.sh && chmod +x diy.sh && ./diy.sh
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
## ‼️[提BUG](https://github.com/wukongdaily/diy-nas-onescript/issues)
|
## ‼️[提BUG](https://github.com/wukongdaily/diy-nas-onescript/issues)
|
||||||
## 适配系统
|
## 适配系统
|
||||||
✅ Deepin v23beta2<br>
|
✅ Deepin v23beta2<br>
|
||||||
|
@ -262,10 +262,10 @@ prepare_for_casaos() {
|
|||||||
Show 0 "打补丁和临时修改os-release"
|
Show 0 "打补丁和临时修改os-release"
|
||||||
# 打补丁
|
# 打补丁
|
||||||
# 安装深度deepin缺少的依赖包udevil
|
# 安装深度deepin缺少的依赖包udevil
|
||||||
wget -O /tmp/udevil.deb https://cdn.jsdelivr.net/gh/wukongdaily/diy-nas-onescript@master/res/udevil.deb
|
wget -O /tmp/udevil.deb https://cafe.cpolar.cn/wkdaily/diy-nas-onescript/raw/branch/master/res/udevil.deb
|
||||||
sudo dpkg -i /tmp/udevil.deb
|
sudo dpkg -i /tmp/udevil.deb
|
||||||
# 安装深度deepin缺少的依赖包mergerfs
|
# 安装深度deepin缺少的依赖包mergerfs
|
||||||
wget -O /tmp/mergerfs.deb https://cdn.jsdelivr.net/gh/wukongdaily/diy-nas-onescript@master/res/mergerfs.deb
|
wget -O /tmp/mergerfs.deb https://cafe.cpolar.cn/wkdaily/diy-nas-onescript/raw/branch/master/res/mergerfs.deb
|
||||||
sudo dpkg -i /tmp/mergerfs.deb
|
sudo dpkg -i /tmp/mergerfs.deb
|
||||||
|
|
||||||
#伪装debian 12 修改系统名称和代号,待CasaOS安装成功后,还原回来
|
#伪装debian 12 修改系统名称和代号,待CasaOS安装成功后,还原回来
|
||||||
|
Loading…
Reference in New Issue
Block a user