Skip to content

Commit

Permalink
umbrelOS 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Mar 23, 2024
1 parent 9562482 commit 955c61b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/umbreld/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "umbreld",
"type": "module",
"version": "1.0.1",
"versionName": "umbrelOS 1.0.1",
"version": "1.0.2",
"versionName": "umbrelOS 1.0.2",
"files": [
"source",
"ui",
Expand Down
2 changes: 1 addition & 1 deletion scripts/update/bootstrap-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ echo "Umbrel Home detected"

# Flash new update
echo '{"state": "installing", "progress": 25, "description": "Installing umbrelOS 1.0, this may take a while", "updateTo": ""}' > "${UMBREL_ROOT}/statuses/update-status.json"
mender install https://download.umbrel.com/release/1.0.1/umbrelos-amd64.update
mender install https://download.umbrel.com/release/1.0.2/umbrelos-amd64.update

# Reboot
cat <<EOF > "$UMBREL_ROOT"/statuses/update-status.json
Expand Down

0 comments on commit 955c61b

Please sign in to comment.