Browse Source

Umbrel v0.2.2 (#153)

mention-security-issues v0.2.2
Mayank Chhabra 4 years ago
committed by GitHub
parent
commit
ddaec6efee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md
  2. 8
      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 > Run this in an empty directory where you want to install Umbrel
```bash ```bash
curl -L https://github.com/getumbrel/umbrel/archive/v0.2.1.tar.gz | tar -xz --strip-components=1 curl -L https://github.com/getumbrel/umbrel/archive/v0.2.2.tar.gz | tar -xz --strip-components=1
``` ```
### Step 2. Run ### Step 2. Run

8
info.json

@ -1,6 +1,6 @@
{ {
"version": "0.2.1", "version": "0.2.2",
"name": "Umbrel v0.2.1", "name": "Umbrel v0.2.2",
"requires": ">=0.2.0", "requires": ">=0.2.1",
"notes": "" "notes": ""
} }
Loading…
Cancel
Save