From 2315e0efa5817073a15271fdf5c02da1d7a96777 Mon Sep 17 00:00:00 2001 From: Stephen Roberts Date: Fri, 11 Sep 2020 10:55:10 +0100 Subject: [PATCH] Added more detailed update instructions * Added update commands (Please confirm these look correct!) * Added link to the Raw update script --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62042750..03b6bbc4 100644 --- a/README.md +++ b/README.md @@ -91,5 +91,9 @@ chmod +x install.sh From the app's dashboard, choose Agents > Install Agent to generate an installer. ## Updating - -Download and run [update.sh](./update.sh) \ No newline at end of file +Download and run [update.sh](./update.sh) ([Raw](https://raw.githubusercontent.com/wh1te909/tacticalrmm/develop/update.sh)) +``` +wget https://raw.githubusercontent.com/wh1te909/tacticalrmm/develop/update.sh +chmod +x update.sh +./update.sh +```