mirror of
https://github.com/techahold/rustdeskinstall.git
synced 2025-05-13 15:38:59 +02:00
Update README.md
This commit is contained in:
parent
6bc3c4a426
commit
8f8825751a
17
README.md
17
README.md
@ -1,2 +1,15 @@
|
||||
# rustdeskinstall
|
||||
Easy install Script for Rustdesk
|
||||
# Rustdesk server Install Script
|
||||
Easy install Script for Rustdesk on linux, should work on any debian based server supporting systemd.
|
||||
|
||||
# How to Install the server
|
||||
Make sure you have got access via ssh or otherwise setup prior to running this script (or press n on the firewall prompt) and switch to whatever user you want to run as.
|
||||
|
||||
Run the following commands:
|
||||
```
|
||||
wget https://raw.githubusercontent.com/dinger1986/rustdeskinstall/master/install.sh
|
||||
chmod +x install.sh
|
||||
./install.sh
|
||||
```
|
||||
|
||||
# Rustdesk windows sample powershell script
|
||||
Use the supplied powershell script to install using gpo or whatever.
|
||||
|
Loading…
x
Reference in New Issue
Block a user