Skip to content

Commit 5fa9eb9

Browse files
ES-Alexanderpatrickelectric
authored andcommitted
usage: installation: temporarily hardcode to 1.4.2
RPi image creation is broken in CI - this at least provides valid links for the latest available RPi images.
1 parent 05c0241 commit 5fa9eb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/usage/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ For developers with alternative hardware, or who would rather install over a pre
6565

6666
<script type="text/javascript">
6767
async function fetchLatestReleaseInfo() {
68-
const url = "https://api.github.com/repos/bluerobotics/BlueOS/releases/latest";
68+
const url = "https://api.github.com/repos/bluerobotics/BlueOS/releases/tags/1.4.2";
6969

7070
const response = await fetch(url)
7171
if (!response.ok) {

0 commit comments

Comments
 (0)