Skip to content

Instantly share code, notes, and snippets.

View antibody-br's full-sized avatar

Bert Temminck antibody-br

  • TBT_Deseing
  • Anápolis-GO, BRASIL
  • 01:58 (UTC -03:00)
View GitHub Profile
@vietanhdev
vietanhdev / install_realvnc_server.sh
Last active December 4, 2023 15:57
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://downloads.realvnc.com/download/file/vnc.files/VNC-Server-6.11.0-Linux-ARM.deb && sudo apt install ./VNC-Server-6.11.0-Linux-ARM.deb
echo Download and install dependencies