Update README.md

This commit is contained in:
aiminick 2019-10-19 01:07:36 +08:00 committed by GitHub
parent c4c2d8e252
commit 4084e6cf6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 6 deletions

View File

@ -912,14 +912,35 @@ fbterm
Install RealVNC Install RealVNC
``` ```
dpkg --add-architecture armhf ; apt update sudo \
cd ~/ ; wget https://www.realvnc.com/download/file/vnc.files/VNC-Server-6.6.0-Linux-ARM.deb sed -i '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \
apt install ./VNC-Server-6.6.0-Linux-ARM.deb /etc/apt/sources.list ; \
rm -rf ./VNC-Server-6.6.0-Linux-ARM.deb apt clean all ; \
dpkg --remove-architecture armhf ; apt update echo 'deb http://mirrors.tuna.tsinghua.edu.cn/debian/ sid main non-free contrib' \
systemctl enable vncserver-x11-serviced.service ; systemctl start vncserver-x11-serviced.service >>/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 -i '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \
/etc/apt/sources.list ; \
apt clean all ; apt update
``` ```
**Attention please!!**
```
sudo \
sed -i '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/ sid main non-free contrib/d' \
/etc/apt/sources.list ; \
```
**Don't miss this command in the process of installing RealVNC on it above!!!**
Click [here](https://www.realvnc.com/en/connect/download/viewer/) to download RealVNC client Click [here](https://www.realvnc.com/en/connect/download/viewer/) to download RealVNC client
Install and run the client, enter the IP address directly, do not need to fill in the port, username, and password is your system's login user and password. Install and run the client, enter the IP address directly, do not need to fill in the port, username, and password is your system's login user and password.