Update vnc.md

This commit is contained in:
aiminick 2019-09-28 13:06:09 +08:00 committed by GitHub
parent 03ef6aae6b
commit 892723a676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@
```shell
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.4.0-Linux-ARM.deb
dpkg -i ./VNC-Server-6.4.0-Linux-ARM.deb
apt install ./VNC-Server-6.5.0-Linux-ARM.deb
rm -rf ./VNC-Server-6.4.0-Linux-ARM.deb
```