Browse Source

Emulate new beta

ota-updates v0.1.3-beta.2
Mayank 5 years ago
parent
commit
1e2edd5d00
No known key found for this signature in database GPG Key ID: D037D60476CE748C
  1. 8
      info.json
  2. 4
      install-box.sh

8
info.json

@ -1,6 +1,6 @@
{
"version": "0.1.3-beta",
"name": "Umbrel v0.1.3 Beta",
"notes": "This version introduces a number of bug fixes and features.",
"requires": "0.1.2"
"version": "0.1.3-beta.2",
"name": "Umbrel v0.1.3 Beta 2",
"requires": ">=0.1.0",
"notes": "This version introduces a number of bug fixes and features."
}

4
install-box.sh

@ -26,8 +26,8 @@ echo "Cloning to current working directory from github..."
git init
git remote add origin https://github.com/mayankchhabra/umbrel.git
git fetch --all --tags
git checkout tags/v0.1.3-beta
git reset --hard tags/v0.1.3-beta
git checkout tags/v0.1.3-beta.2
git reset --hard tags/v0.1.3-beta.2
echo "Removing stuff we don't need"
rm -fr .git

Loading…
Cancel
Save