Update README_zh.md
This commit is contained in:
parent
af18e5ea1a
commit
c4c2d8e252
|
|
@ -841,7 +841,7 @@ fbterm
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo \
|
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 ; \
|
/etc/apt/sources.list ; \
|
||||||
apt clean all ; \
|
apt clean all ; \
|
||||||
echo 'deb http://mirrors.tuna.tsinghua.edu.cn/debian/ sid main non-free contrib' \
|
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 enable vncserver-x11-serviced.service ; \
|
||||||
systemctl start vncserver-x11-serviced.service ; \
|
systemctl start vncserver-x11-serviced.service ; \
|
||||||
sudo \
|
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 ; \
|
/etc/apt/sources.list ; \
|
||||||
apt clean all ; apt update
|
apt clean all ; apt update
|
||||||
```
|
```
|
||||||
|
|
@ -863,7 +863,7 @@ apt clean all ; apt update
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo \
|
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 ; \
|
/etc/apt/sources.list ; \
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue