Skip to content

Commit 9e5fa14

Browse files
committed
umbrelOS 1.4 Beta 2
1 parent 6b05707 commit 9e5fa14

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/umbreld/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "umbreld",
33
"type": "module",
4-
"version": "1.4.0-beta.1",
5-
"versionName": "umbrelOS 1.4 Beta 1",
4+
"version": "1.4.0-beta.2",
5+
"versionName": "umbrelOS 1.4 Beta 2",
66
"main": "./source/index.ts",
77
"bin": "./umbreld",
88
"license": "PolyForm Noncommercial License 1.0.0",

scripts/update-script

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ fi
1515

1616
if cat /var/lib/mender/device_type | grep --quiet 'device_type=raspberrypi'
1717
then
18-
update_url="https://download.umbrel.com/release/1.4.0-beta.1/umbrelos-pi.update"
18+
update_url="https://download.umbrel.com/release/1.4.0-beta.2/umbrelos-pi.update"
1919
fi
2020

2121
if cat /var/lib/mender/device_type | grep --silent 'device_type=amd64'
2222
then
23-
update_url="https://download.umbrel.com/release/1.4.0-beta.1/umbrelos-amd64.update"
23+
update_url="https://download.umbrel.com/release/1.4.0-beta.2/umbrelos-amd64.update"
2424
fi
2525

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

0 commit comments

Comments
 (0)