Skip to content

Commit

Permalink
umbrelOS 1.4 Beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Jan 27, 2025
1 parent bcc6a48 commit bd8ced1
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.3.0",
"versionName": "umbrelOS 1.3",
"version": "1.4.0-beta.1",
"versionName": "umbrelOS 1.4 Beta 1",
"main": "./source/index.ts",
"bin": "./umbreld",
"license": "PolyForm Noncommercial License 1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions scripts/update-script
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ fi

if cat /var/lib/mender/device_type | grep --quiet 'device_type=raspberrypi'
then
update_url="https://download.umbrel.com/release/1.3.0/umbrelos-pi.update"
update_url="https://download.umbrel.com/release/1.4.0-beta.1/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.3.0/umbrelos-amd64.update"
update_url="https://download.umbrel.com/release/1.4.0-beta.1/umbrelos-amd64.update"
fi

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

0 comments on commit bd8ced1

Please sign in to comment.