Use 0.92.1

This commit is contained in:
Girish Ramakrishnan
2016-12-27 22:39:38 -08:00
parent 54dae6827e
commit 984b920fde
2 changed files with 3 additions and 3 deletions

View File

@@ -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/master/scripts/cloudron-setup
wget https://git.cloudron.io/cloudron/box/raw/v0.92.1/scripts/cloudron-setup
chmod +x cloudron-setup
./cloudron-setup --domain <domain> --provider <digitalocean|ec2|generic|scaleway>
```
@@ -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/master/scripts/cloudron-setup
> wget https://git.cloudron.io/cloudron/box/raw/v0.92.1/scripts/cloudron-setup
> chmod +x cloudron-setup
> ./cloudron-setup --domain <domain> --provider <digitalocean|ec2|generic|scaleway> --encryption-key <key> --restore-url <publicS3Url>
```