Skip to content

Instantly share code, notes, and snippets.

@kuceb
Last active April 8, 2022 05:22
Show Gist options
  • Save kuceb/d7fd35e2e4ccb47e764135a74044e14e to your computer and use it in GitHub Desktop.
Save kuceb/d7fd35e2e4ccb47e764135a74044e14e to your computer and use it in GitHub Desktop.
#! /bin/sh
# download gdown.pl perl script for downloading from google drive
wget -w0 https://raw.githubusercontent.com/circulosmeos/gdown.pl/master/gdown.pl
# download chrome-remote-desktop.deb for 64-bit debian linux
./gdown.pl https://drive.google.com/file/d/1GRasE1wOaP7kyHpMavLviZRiKlgcuF-c/view?usp=sharing chrome-remote-desktop.deb
sudo dpkg -i chrome-remote-desktop.deb
## Setup remote server via terminal - skip the GUI!
/opt/google/chrome-remote-desktop/start-host
# Pick a PIN and use it to connect later.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment