Skip to content

Commit

Permalink
Update README-ZH.md (rustdesk#10069)
Browse files Browse the repository at this point in the history
Modify Alibaba Cloud apt source
  • Loading branch information
BoyChai authored Nov 27, 2024
1 parent 3c7f6d3 commit 734fb8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ docker build -t "rustdesk-builder" . # 构建容器
```
在Dockerfile的RUN apt update之前插入两行:
RUN sed -i "s/deb.debian.org/mirrors.163.com/g" /etc/apt/sources.list
RUN sed -i "s/security.debian.org/mirrors.163.com/g" /etc/apt/sources.list
RUN sed -i "s|deb.debian.org|mirrors.aliyun.com|g" /etc/apt/sources.list && \
sed -i "s|security.debian.org|mirrors.aliyun.com|g" /etc/apt/sources.list
```
2. 修改容器系统中的 cargo 源,在`RUN ./rustup.sh -y`后插入下面代码:
Expand Down

0 comments on commit 734fb8d

Please sign in to comment.