Skip to content

Instantly share code, notes, and snippets.

View siyanhu's full-sized avatar

syanhu siyanhu

View GitHub Profile
@siyanhu
siyanhu / install_realvnc_server.sh
Created October 17, 2022 09:59 — forked from vietanhdev/install_realvnc_server.sh
Install RealVNC Ubuntu - Raspberry Pi 4
#!/bin/bash
mkdir realvncserversetup && cd realvncserversetup
echo Add armhf arch
sudo dpkg --add-architecture armhf && sudo apt update
echo Download and install RealVNC server
wget -nv https://www.realvnc.com/download/file/vnc.files/VNC-Server-6.7.4-Linux-ARM.deb && sudo apt install ./VNC-Server-6.7.4-Linux-ARM.deb
echo Download and install dependencies