Last active
April 8, 2022 05:22
-
-
Save kuceb/d7fd35e2e4ccb47e764135a74044e14e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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