Skip to content

Instantly share code, notes, and snippets.

@fuad00
Last active July 8, 2021 13:57
Show Gist options
  • Save fuad00/e2a7b7489f3711fb2b520b0311f79cc8 to your computer and use it in GitHub Desktop.
Save fuad00/e2a7b7489f3711fb2b520b0311f79cc8 to your computer and use it in GitHub Desktop.
rustdesk-server-demo autoinstall & run
# install https://rustup.rs/
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
# install https://github.com/rustdesk/rustdesk-server-demo
git clone https://github.com/rustdesk/rustdesk-server-demo && cd rustdesk-server-demo
# install it and run
IP=172.17.45.211 cargo run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment