Skip to content

Commit 8b5574f

Browse files
committed
umbrelOS 1.0.1
1 parent 0633099 commit 8b5574f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/umbreld/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "umbreld",
33
"type": "module",
4-
"version": "1.0.0",
5-
"versionName": "umbrelOS 1.0",
4+
"version": "1.0.1",
5+
"versionName": "umbrelOS 1.0.1",
66
"files": [
77
"source",
88
"ui",

scripts/update/bootstrap-run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ echo "Umbrel Home detected"
5151

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

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

0 commit comments

Comments
 (0)