Skip to content

Commit f5d5aad

Browse files
committed
umbrelOS 1.2 Beta 2
1 parent 5c9775a commit f5d5aad

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.2.0-beta.1",
5-
"versionName": "umbrelOS 1.2 Beta 1",
4+
"version": "1.2.0-beta.2",
5+
"versionName": "umbrelOS 1.2 Beta 2",
66
"files": [
77
"source",
88
"ui",

scripts/update-script

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ fi
1111

1212
if cat /var/lib/mender/device_type | grep --quiet 'device_type=raspberrypi'
1313
then
14-
update_url="https://download.umbrel.com/release/1.2.0-beta.1/umbrelos-pi.update"
14+
update_url="https://download.umbrel.com/release/1.2.0-beta.2/umbrelos-pi.update"
1515
fi
1616

1717
if cat /var/lib/mender/device_type | grep --silent 'device_type=amd64'
1818
then
19-
update_url="https://download.umbrel.com/release/1.2.0-beta.1/umbrelos-amd64.update"
19+
update_url="https://download.umbrel.com/release/1.2.0-beta.2/umbrelos-amd64.update"
2020
fi
2121

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

0 commit comments

Comments
 (0)