Skip to content

Commit

Permalink
umbrelOS 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed May 4, 2024
1 parent 135f62e commit 5a04233
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1.1",
"versionName": "umbrelOS 1.1.1",
"version": "1.1.2",
"versionName": "umbrelOS 1.1.2",
"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://download.umbrel.com/release/1.1.1/umbrelos-pi.update"
update_url="https://download.umbrel.com/release/1.1.2/umbrelos-pi.update"
fi

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

# Fix /etc/mender/artifact_info not existing in some OS builds
Expand Down

0 comments on commit 5a04233

Please sign in to comment.