Browse Source

v0.1.7-beta (#112)

mount-script-check v0.1.7-beta
Mayank Chhabra 4 years ago
committed by GitHub
parent
commit
5913156279
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md
  2. 6
      info.json

2
README.md

@ -77,7 +77,7 @@ Ensure that your account is [correctly permissioned to use docker](https://docs.
> Run this in an empty directory where you want to install Umbrel
```bash
curl -L https://github.com/getumbrel/umbrel/archive/v0.1.6-beta.3.tar.gz | tar -xz --strip-components=1
curl -L https://github.com/getumbrel/umbrel/archive/v0.1.7-beta.tar.gz | tar -xz --strip-components=1
```
### Step 2. Run

6
info.json

@ -1,6 +1,6 @@
{
"version": "0.1.6-beta.3",
"name": "Umbrel v0.1.6 Beta 3",
"requires": ">=0.1.6-beta",
"version": "0.1.7-beta",
"name": "Umbrel v0.1.7 Beta",
"requires": "=0.1.7-beta",
"notes": ""
}
Loading…
Cancel
Save