Update README_zh.md

This commit is contained in:
aiminick 2019-10-19 00:58:14 +08:00 committed by GitHub
parent af18e5ea1a
commit c4c2d8e252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -841,7 +841,7 @@ fbterm
```
sudo \
sed '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \
sed -i '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \
/etc/apt/sources.list ; \
apt clean all ; \
echo 'deb http://mirrors.tuna.tsinghua.edu.cn/debian/ sid main non-free contrib' \
@ -854,7 +854,7 @@ dpkg --remove-architecture armhf ; apt update \
systemctl enable vncserver-x11-serviced.service ; \
systemctl start vncserver-x11-serviced.service ; \
sudo \
sed '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \
sed -i '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \
/etc/apt/sources.list ; \
apt clean all ; apt update
```
@ -863,7 +863,7 @@ apt clean all ; apt update
```
sudo \
sed '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \
sed -i '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \
/etc/apt/sources.list ; \
```