From faf48a468d03be3b4a4b132a3b48e1caa50eb785 Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Tue, 30 May 2023 08:03:03 +0000 Subject: [PATCH] Update Readme.md --- Readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Readme.md b/Readme.md index b82e0a9..bddcbd0 100644 --- a/Readme.md +++ b/Readme.md @@ -32,6 +32,15 @@ Choose your preferences from the options given in the script. ***Please Note:*** If you allow the script to create preconfigured install files (with your IP/DNS and key set) it will install gohttpserver using port 8000 for you to easily download the install scripts. +# How to update the server + +Run the following commands: +``` +wget https://raw.githubusercontent.com/dinger1986/rustdeskinstall/master/install.sh +chmod +x install.sh +./install.sh +``` + # Rustdesk windows powershell install script Generates a powershell script for install grabbing WAN IP and Key currently in /opt/rustdesk but will be moved to a web url for easy deployment.