forked from bedrocklinux/bedrocklinux-userland
-
Notifications
You must be signed in to change notification settings - Fork 0
/
releases
211 lines (207 loc) · 19 KB
/
releases
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
# =======================================
# Bedrock Linux 0.7.x installers/updaters
# =======================================
#
# Installation
# ------------
#
# To install a Bedrock Linux 0.7.x system, first install and set up a
# fresh, traditional distro Linux install. Next download the latest of the
# files below corresponding to your CPU architecture and execute it as root
# with a `--hijack` flag, like so:
#
# sh bedrock-linux-<version>-<arch>.sh --hijack
#
# Finally, reboot. Once you are back in the system, explore the `brl` command.
#
# Update with internet
# --------------------
#
# Provided you internet access is available, a Bedrock Linux 0.7.x system may
# be updated by setting this file's URL in as the appropriate mirror value in
# /bedrock/etc/bedrock.conf. Once that is in place, run as root:
#
# brl update
#
# Update without internet
# -----------------------
#
# A Bedrock Linux 0.7.x system may be updated to a newer 0.7.x release by
# downloading a corresponding file below onto the system and executing it as
# root with the `--update` flag, like so:
#
# sh bedrock-linux-<version>-<arch>.sh --update
#
###################
# Current release #
###################
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.17/bedrock-linux-0.7.17-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.17/bedrock-linux-0.7.17-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.17/bedrock-linux-0.7.17-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.17/bedrock-linux-0.7.17-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.17/bedrock-linux-0.7.17-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.17/bedrock-linux-0.7.17-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.17/bedrock-linux-0.7.17-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.17/bedrock-linux-0.7.17-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.17/bedrock-linux-0.7.17-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.17/bedrock-linux-0.7.17-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.17/bedrock-linux-0.7.17-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.17/bedrock-linux-0.7.17-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.17/bedrock-linux-0.7.17-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.17/bedrock-linux-0.7.17-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.17/bedrock-linux-0.7.17-aarch64.sh
#################
# Past releases #
#################
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.16/bedrock-linux-0.7.16-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.16/bedrock-linux-0.7.16-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.16/bedrock-linux-0.7.16-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.16/bedrock-linux-0.7.16-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.16/bedrock-linux-0.7.16-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.16/bedrock-linux-0.7.16-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.16/bedrock-linux-0.7.16-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.16/bedrock-linux-0.7.16-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.16/bedrock-linux-0.7.16-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.16/bedrock-linux-0.7.16-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.16/bedrock-linux-0.7.16-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.16/bedrock-linux-0.7.16-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.16/bedrock-linux-0.7.16-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.16/bedrock-linux-0.7.16-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.16/bedrock-linux-0.7.16-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.15/bedrock-linux-0.7.15-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.15/bedrock-linux-0.7.15-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.15/bedrock-linux-0.7.15-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.15/bedrock-linux-0.7.15-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.15/bedrock-linux-0.7.15-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.15/bedrock-linux-0.7.15-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.15/bedrock-linux-0.7.15-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.15/bedrock-linux-0.7.15-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.15/bedrock-linux-0.7.15-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.15/bedrock-linux-0.7.15-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.15/bedrock-linux-0.7.15-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.15/bedrock-linux-0.7.15-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.15/bedrock-linux-0.7.15-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.15/bedrock-linux-0.7.15-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.15/bedrock-linux-0.7.15-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.14/bedrock-linux-0.7.14-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.14/bedrock-linux-0.7.14-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.14/bedrock-linux-0.7.14-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.14/bedrock-linux-0.7.14-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.14/bedrock-linux-0.7.14-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.14/bedrock-linux-0.7.14-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.14/bedrock-linux-0.7.14-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.14/bedrock-linux-0.7.14-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.14/bedrock-linux-0.7.14-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.14/bedrock-linux-0.7.14-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.14/bedrock-linux-0.7.14-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.14/bedrock-linux-0.7.14-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.14/bedrock-linux-0.7.14-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.14/bedrock-linux-0.7.14-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.14/bedrock-linux-0.7.14-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.13/bedrock-linux-0.7.13-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.13/bedrock-linux-0.7.13-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.13/bedrock-linux-0.7.13-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.13/bedrock-linux-0.7.13-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.13/bedrock-linux-0.7.13-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.13/bedrock-linux-0.7.13-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.13/bedrock-linux-0.7.13-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.13/bedrock-linux-0.7.13-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.13/bedrock-linux-0.7.13-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.13/bedrock-linux-0.7.13-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.13/bedrock-linux-0.7.13-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.13/bedrock-linux-0.7.13-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.13/bedrock-linux-0.7.13-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.12/bedrock-linux-0.7.12-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.12/bedrock-linux-0.7.12-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.12/bedrock-linux-0.7.12-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.12/bedrock-linux-0.7.12-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.12/bedrock-linux-0.7.12-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.12/bedrock-linux-0.7.12-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.12/bedrock-linux-0.7.12-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.12/bedrock-linux-0.7.12-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.12/bedrock-linux-0.7.12-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.12/bedrock-linux-0.7.12-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.12/bedrock-linux-0.7.12-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.12/bedrock-linux-0.7.12-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.12/bedrock-linux-0.7.12-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.11/bedrock-linux-0.7.11-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.11/bedrock-linux-0.7.11-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.11/bedrock-linux-0.7.11-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.11/bedrock-linux-0.7.11-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.11/bedrock-linux-0.7.11-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.11/bedrock-linux-0.7.11-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.11/bedrock-linux-0.7.11-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.11/bedrock-linux-0.7.11-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.11/bedrock-linux-0.7.11-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.11/bedrock-linux-0.7.11-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.11/bedrock-linux-0.7.11-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.11/bedrock-linux-0.7.11-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.11/bedrock-linux-0.7.11-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.10/bedrock-linux-0.7.10-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.10/bedrock-linux-0.7.10-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.10/bedrock-linux-0.7.10-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.10/bedrock-linux-0.7.10-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.10/bedrock-linux-0.7.10-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.10/bedrock-linux-0.7.10-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.10/bedrock-linux-0.7.10-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.10/bedrock-linux-0.7.10-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.10/bedrock-linux-0.7.10-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.10/bedrock-linux-0.7.10-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.10/bedrock-linux-0.7.10-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.10/bedrock-linux-0.7.10-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.10/bedrock-linux-0.7.10-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.9/bedrock-linux-0.7.9-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.9/bedrock-linux-0.7.9-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.9/bedrock-linux-0.7.9-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.9/bedrock-linux-0.7.9-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.9/bedrock-linux-0.7.9-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.9/bedrock-linux-0.7.9-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.9/bedrock-linux-0.7.9-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.9/bedrock-linux-0.7.9-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.9/bedrock-linux-0.7.9-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.9/bedrock-linux-0.7.9-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.9/bedrock-linux-0.7.9-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.9/bedrock-linux-0.7.9-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.9/bedrock-linux-0.7.9-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.8/bedrock-linux-0.7.8-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.8/bedrock-linux-0.7.8-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.8/bedrock-linux-0.7.8-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.8/bedrock-linux-0.7.8-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.8/bedrock-linux-0.7.8-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.8/bedrock-linux-0.7.8-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.8/bedrock-linux-0.7.8-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.8/bedrock-linux-0.7.8-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.8/bedrock-linux-0.7.8-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.8/bedrock-linux-0.7.8-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.8/bedrock-linux-0.7.8-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.8/bedrock-linux-0.7.8-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.8/bedrock-linux-0.7.8-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.7/bedrock-linux-0.7.7-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.7/bedrock-linux-0.7.7-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.7/bedrock-linux-0.7.7-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.7/bedrock-linux-0.7.7-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.7/bedrock-linux-0.7.7-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.7/bedrock-linux-0.7.7-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.7/bedrock-linux-0.7.7-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.7/bedrock-linux-0.7.7-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.7/bedrock-linux-0.7.7-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.6/bedrock-linux-0.7.6-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.6/bedrock-linux-0.7.6-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.6/bedrock-linux-0.7.6-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.6/bedrock-linux-0.7.6-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.6/bedrock-linux-0.7.6-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.6/bedrock-linux-0.7.6-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.6/bedrock-linux-0.7.6-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.6/bedrock-linux-0.7.6-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.5/bedrock-linux-0.7.5-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.5/bedrock-linux-0.7.5-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.4/bedrock-linux-0.7.4-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.4/bedrock-linux-0.7.4-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.3/bedrock-linux-0.7.3-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.3/bedrock-linux-0.7.3-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.2/bedrock-linux-0.7.2-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.2/bedrock-linux-0.7.2-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.1/bedrock-linux-0.7.1-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.1/bedrock-linux-0.7.1-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.0/bedrock-linux-0.7.0-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.0/bedrock-linux-0.7.0-armv7l.sh