Skip to content

Commit

Permalink
umbrelOS 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Jul 29, 2024
1 parent e4d623f commit 570acda
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.2.2-beta.1",
"versionName": "umbrelOS 1.2.2 Beta 1",
"version": "1.2.2",
"versionName": "umbrelOS 1.2.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.2.2-beta.1/umbrelos-pi.update"
update_url="https://download.umbrel.com/release/1.2.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.2.2-beta.1/umbrelos-amd64.update"
update_url="https://download.umbrel.com/release/1.2.2/umbrelos-amd64.update"
fi

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

0 comments on commit 570acda

Please sign in to comment.