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.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 " ,
6
6
"files" : [
7
7
" source" ,
8
8
" ui" ,
Original file line number Diff line number Diff line change 11
11
12
12
if cat /var/lib/mender/device_type | grep --quiet ' device_type=raspberrypi'
13
13
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"
15
15
fi
16
16
17
17
if cat /var/lib/mender/device_type | grep --silent ' device_type=amd64'
18
18
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"
20
20
fi
21
21
22
22
# Fix /etc/mender/artifact_info not existing in some OS builds
You can’t perform that action at this time.
0 commit comments