From 6fb2b3d3acd4e2e1953b4e638ef88c596006b820 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Sun, 11 Jun 2023 15:26:52 +0100 Subject: [PATCH] add update script --- README.md | 2 +- update.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 update.sh diff --git a/README.md b/README.md index 0aaae0db35..0f58258d99 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/update.sh b/update.sh new file mode 100644 index 0000000000..4a98730535 --- /dev/null +++ b/update.sh @@ -0,0 +1 @@ +bash install.sh \ No newline at end of file