File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " umbreld" ,
3
3
"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 " ,
6
6
"main" : " ./source/index.ts" ,
7
7
"bin" : " ./umbreld" ,
8
8
"license" : " PolyForm Noncommercial License 1.0.0" ,
Original file line number Diff line number Diff line change 15
15
16
16
if cat /var/lib/mender/device_type | grep --quiet ' device_type=raspberrypi'
17
17
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"
19
19
fi
20
20
21
21
if cat /var/lib/mender/device_type | grep --silent ' device_type=amd64'
22
22
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"
24
24
fi
25
25
26
26
# Fix /etc/mender/artifact_info not existing in some OS builds
You can’t perform that action at this time.
0 commit comments