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.0.4 " ,
5
- "versionName" : " umbrelOS 1.0.4 " ,
4
+ "version" : " 1.1.0 " ,
5
+ "versionName" : " umbrelOS 1.1 " ,
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.0.4 /umbrelos-pi.update"
14
+ update_url=" https://download.umbrel.com/release/1.1.0 /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.0.4 /umbrelos-amd64.update"
19
+ update_url=" https://download.umbrel.com/release/1.1.0 /umbrelos-amd64.update"
20
20
fi
21
21
22
22
mender install " ${update_url} "
You can’t perform that action at this time.
0 commit comments