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:
parent
b2bca5fe1c
commit
2315e0efa5
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue