From a2bdd294a8407ecdbc2536d251db60570b2a8039 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 1 Jan 2017 17:17:24 +0100 Subject: [PATCH] update the version tag in the selfhosting docs --- docs/references/selfhosting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/references/selfhosting.md b/docs/references/selfhosting.md index b766d509e..65b49b027 100644 --- a/docs/references/selfhosting.md +++ b/docs/references/selfhosting.md @@ -106,7 +106,7 @@ above. Doing this will allow the Cloudron to start up with a valid TLS certifica SSH into your server and run the following commands: ``` -wget https://git.cloudron.io/cloudron/box/raw/v0.92.1/scripts/cloudron-setup +wget https://git.cloudron.io/cloudron/box/raw/v0.93.0/scripts/cloudron-setup chmod +x cloudron-setup ./cloudron-setup --domain --provider ``` @@ -344,7 +344,7 @@ To upgrade follow these steps closely: Similar to the initial installation, a Cloudron upgrade looks like: ``` $ ssh root@newserverip -> wget https://git.cloudron.io/cloudron/box/raw/v0.92.1/scripts/cloudron-setup +> wget https://git.cloudron.io/cloudron/box/raw/v0.93.0/scripts/cloudron-setup > chmod +x cloudron-setup > ./cloudron-setup --domain --provider --encryption-key --restore-url ```