add update script

This commit is contained in:
Simon Larsen 2023-06-11 15:26:52 +01:00
parent e3c613c1a1
commit 6fb2b3d3ac
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE
2 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,7 @@ bash install.sh
To update:
```
bash install.sh
bash update.sh
```
OneUptime should run at: https://localhost. You need to register a new account for your instance to start using it.

1
update.sh Normal file
View File

@ -0,0 +1 @@
bash install.sh