forked from bedrocklinux/bedrocklinux-userland
-
Notifications
You must be signed in to change notification settings - Fork 0
/
releases
406 lines (402 loc) · 40 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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
# =======================================
# 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.30beta2/bedrock-linux-0.7.30beta2-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.30beta2/bedrock-linux-0.7.30beta2-aarch64.sh
#################
# Past releases #
#################
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.29/bedrock-linux-0.7.29-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.28/bedrock-linux-0.7.28-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.27/bedrock-linux-0.7.27-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.27/bedrock-linux-0.7.27-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.27/bedrock-linux-0.7.27-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.27/bedrock-linux-0.7.27-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.27/bedrock-linux-0.7.27-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.27/bedrock-linux-0.7.27-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.27/bedrock-linux-0.7.27-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.27/bedrock-linux-0.7.27-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.27/bedrock-linux-0.7.27-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.27/bedrock-linux-0.7.27-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.27/bedrock-linux-0.7.27-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.27/bedrock-linux-0.7.27-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.27/bedrock-linux-0.7.27-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.27/bedrock-linux-0.7.27-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.27/bedrock-linux-0.7.27-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.26/bedrock-linux-0.7.26-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.26/bedrock-linux-0.7.26-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.26/bedrock-linux-0.7.26-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.26/bedrock-linux-0.7.26-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.26/bedrock-linux-0.7.26-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.26/bedrock-linux-0.7.26-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.26/bedrock-linux-0.7.26-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.26/bedrock-linux-0.7.26-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.26/bedrock-linux-0.7.26-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.26/bedrock-linux-0.7.26-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.26/bedrock-linux-0.7.26-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.26/bedrock-linux-0.7.26-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.26/bedrock-linux-0.7.26-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.26/bedrock-linux-0.7.26-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.26/bedrock-linux-0.7.26-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.25/bedrock-linux-0.7.25-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.25/bedrock-linux-0.7.25-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.25/bedrock-linux-0.7.25-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.25/bedrock-linux-0.7.25-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.25/bedrock-linux-0.7.25-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.25/bedrock-linux-0.7.25-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.25/bedrock-linux-0.7.25-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.25/bedrock-linux-0.7.25-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.25/bedrock-linux-0.7.25-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.25/bedrock-linux-0.7.25-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.25/bedrock-linux-0.7.25-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.25/bedrock-linux-0.7.25-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.25/bedrock-linux-0.7.25-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.25/bedrock-linux-0.7.25-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.25/bedrock-linux-0.7.25-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.24/bedrock-linux-0.7.24-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.24/bedrock-linux-0.7.24-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.24/bedrock-linux-0.7.24-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.24/bedrock-linux-0.7.24-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.24/bedrock-linux-0.7.24-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.24/bedrock-linux-0.7.24-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.24/bedrock-linux-0.7.24-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.24/bedrock-linux-0.7.24-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.24/bedrock-linux-0.7.24-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.24/bedrock-linux-0.7.24-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.24/bedrock-linux-0.7.24-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.24/bedrock-linux-0.7.24-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.24/bedrock-linux-0.7.24-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.24/bedrock-linux-0.7.24-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.24/bedrock-linux-0.7.24-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.23/bedrock-linux-0.7.23-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.23/bedrock-linux-0.7.23-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.23/bedrock-linux-0.7.23-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.23/bedrock-linux-0.7.23-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.23/bedrock-linux-0.7.23-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.23/bedrock-linux-0.7.23-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.23/bedrock-linux-0.7.23-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.23/bedrock-linux-0.7.23-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.23/bedrock-linux-0.7.23-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.23/bedrock-linux-0.7.23-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.23/bedrock-linux-0.7.23-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.23/bedrock-linux-0.7.23-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.23/bedrock-linux-0.7.23-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.23/bedrock-linux-0.7.23-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.23/bedrock-linux-0.7.23-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.22/bedrock-linux-0.7.22-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.22/bedrock-linux-0.7.22-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.22/bedrock-linux-0.7.22-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.22/bedrock-linux-0.7.22-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.22/bedrock-linux-0.7.22-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.22/bedrock-linux-0.7.22-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.22/bedrock-linux-0.7.22-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.22/bedrock-linux-0.7.22-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.22/bedrock-linux-0.7.22-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.22/bedrock-linux-0.7.22-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.22/bedrock-linux-0.7.22-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.22/bedrock-linux-0.7.22-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.22/bedrock-linux-0.7.22-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.22/bedrock-linux-0.7.22-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.22/bedrock-linux-0.7.22-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.21/bedrock-linux-0.7.21-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.21/bedrock-linux-0.7.21-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.21/bedrock-linux-0.7.21-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.21/bedrock-linux-0.7.21-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.21/bedrock-linux-0.7.21-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.21/bedrock-linux-0.7.21-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.21/bedrock-linux-0.7.21-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.21/bedrock-linux-0.7.21-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.21/bedrock-linux-0.7.21-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.21/bedrock-linux-0.7.21-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.21/bedrock-linux-0.7.21-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.21/bedrock-linux-0.7.21-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.21/bedrock-linux-0.7.21-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.21/bedrock-linux-0.7.21-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.21/bedrock-linux-0.7.21-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20/bedrock-linux-0.7.20-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20/bedrock-linux-0.7.20-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20/bedrock-linux-0.7.20-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20/bedrock-linux-0.7.20-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20/bedrock-linux-0.7.20-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20/bedrock-linux-0.7.20-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20/bedrock-linux-0.7.20-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20/bedrock-linux-0.7.20-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20/bedrock-linux-0.7.20-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20/bedrock-linux-0.7.20-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20/bedrock-linux-0.7.20-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20/bedrock-linux-0.7.20-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20/bedrock-linux-0.7.20-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20/bedrock-linux-0.7.20-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.20/bedrock-linux-0.7.20-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.19/bedrock-linux-0.7.19-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.19/bedrock-linux-0.7.19-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.19/bedrock-linux-0.7.19-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.19/bedrock-linux-0.7.19-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.19/bedrock-linux-0.7.19-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.19/bedrock-linux-0.7.19-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.19/bedrock-linux-0.7.19-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.19/bedrock-linux-0.7.19-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.19/bedrock-linux-0.7.19-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.19/bedrock-linux-0.7.19-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.19/bedrock-linux-0.7.19-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.19/bedrock-linux-0.7.19-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.19/bedrock-linux-0.7.19-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.19/bedrock-linux-0.7.19-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.19/bedrock-linux-0.7.19-aarch64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.18/bedrock-linux-0.7.18-x86_64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.18/bedrock-linux-0.7.18-s390x.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.18/bedrock-linux-0.7.18-ppc64le.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.18/bedrock-linux-0.7.18-ppc64.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.18/bedrock-linux-0.7.18-ppc.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.18/bedrock-linux-0.7.18-mipsel.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.18/bedrock-linux-0.7.18-mips64el.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.18/bedrock-linux-0.7.18-mips.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.18/bedrock-linux-0.7.18-i686.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.18/bedrock-linux-0.7.18-i586.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.18/bedrock-linux-0.7.18-i486.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.18/bedrock-linux-0.7.18-i386.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.18/bedrock-linux-0.7.18-armv7l.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.18/bedrock-linux-0.7.18-armv7hl.sh
https://github.com/bedrocklinux/bedrocklinux-userland/releases/download/0.7.18/bedrock-linux-0.7.18-aarch64.sh
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
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