Skip to content

Commit

Permalink
umbrelOS 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Mar 23, 2024
1 parent 70d6b29 commit 13e3223
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.2",
"versionName": "umbrelOS 1.0.2",
"version": "1.0.3",
"versionName": "umbrelOS 1.0.3",
"files": [
"source",
"ui",
Expand Down
4 changes: 2 additions & 2 deletions scripts/update-script
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ fi

if cat /var/lib/mender/device_type | grep --quiet 'device_type=raspberrypi'
then
update_url="https://umbrel.nyc3.digitaloceanspaces.com/dev/umbrelos-pi.update"
update_url="https://download.umbrel.com/release/1.0.3/umbrelos-pi.update"
fi

if cat /var/lib/mender/device_type | grep --silent 'device_type=amd64'
then
update_url="https://umbrel.nyc3.digitaloceanspaces.com/dev/umbrelos-amd64.update"
update_url="https://download.umbrel.com/release/1.0.3/umbrelos-amd64.update"
fi

mender install "${update_url}"
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.2/umbrelos-amd64.update
mender install https://download.umbrel.com/release/1.0.3/umbrelos-amd64.update

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

0 comments on commit 13e3223

Please sign in to comment.