Update README.md

This commit is contained in:
aiminick 2019-10-04 22:53:22 +08:00 committed by GitHub
parent 9f8addaef0
commit 9879d8c041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -786,10 +786,11 @@ fbterm
安装 RealVNC
```
apt update
dpkg --add-architecture armhf ; apt update
cd ~ ; wget https://www.realvnc.com/download/file/vnc.files/VNC-Server-6.5.0-Linux-ARM.deb
apt install ./VNC-Server-6.5.0-Linux-ARM.deb
rm -rf ./VNC-Server-6.4.0-Linux-ARM.deb
dpkg --remove-architecture armhf ; apt update
systemctl enable vncserver-x11-serviced.service ; systemctl start vncserver-x11-serviced.service
```