Skip to content

Commit

Permalink
umbrelOS 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Apr 17, 2024
1 parent 696eba9 commit ace3d9d
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
@@ -1,8 +1,8 @@
{
"name": "umbreld",
"type": "module",
"version": "1.0.4",
"versionName": "umbrelOS 1.0.4",
"version": "1.1.0",
"versionName": "umbrelOS 1.1",
"files": [
"source",
"ui",
Expand Down
4 changes: 2 additions & 2 deletions scripts/update-script
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.0.4/umbrelos-pi.update"
update_url="https://download.umbrel.com/release/1.1.0/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.0.4/umbrelos-amd64.update"
update_url="https://download.umbrel.com/release/1.1.0/umbrelos-amd64.update"
fi

mender install "${update_url}"

0 comments on commit ace3d9d

Please sign in to comment.