Update README_zh.md

This commit is contained in:
aiminick 2019-10-19 00:55:34 +08:00 committed by GitHub
parent 2de3667b61
commit af18e5ea1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 6 deletions

View File

@ -840,14 +840,35 @@ fbterm
安装 RealVNC
```
dpkg --add-architecture armhf ; apt update
cd ~ ; wget https://www.realvnc.com/download/file/vnc.files/VNC-Server-6.6.0-Linux-ARM.deb
apt install ./VNC-Server-6.6.0-Linux-ARM.deb
rm -rf ./VNC-Server-6.6.0-Linux-ARM.deb
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' \
/etc/apt/sources.list ; \
apt clean all ; \
echo 'deb http://mirrors.tuna.tsinghua.edu.cn/debian/ sid main non-free contrib' \
>>/etc/apt/sources.list ; \
dpkg --add-architecture armhf ; apt update \
cd ~ ; wget https://www.realvnc.com/download/file/vnc.files/VNC-Server-6.6.0-Linux-ARM.deb \
apt install ./VNC-Server-6.6.0-Linux-ARM.deb \
rm -rf ./VNC-Server-6.6.0-Linux-ARM.deb \
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' \
/etc/apt/sources.list ; \
apt clean all ; apt update
```
**注意:**
```
sudo \
sed '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \
/etc/apt/sources.list ; \
```
**在上面安装RealVNC过程中的这条命令千万别漏掉!!!**
点击 [此处](https://www.realvnc.com/en/connect/download/viewer/) 前往下载RealVNC的客户端。
安装并运行客户端直接输入IP地址即可不需要填写端口用户名和密码是你系统的登录用户和密码。