Added more detailed update instructions

* Added update commands (Please confirm these look correct!)
* Added link to the Raw update script
This commit is contained in:
Stephen Roberts 2020-09-11 10:55:10 +01:00 committed by GitHub
parent b2bca5fe1c
commit 2315e0efa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -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)
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
```