Skip to content

Commit

Permalink
docs: fix SBC docs to point to beta.0 instead of beta.1
Browse files Browse the repository at this point in the history
We don't have beta.1 yet.

Signed-off-by: Artem Chernyshev <artem.0xD2@gmail.com>
  • Loading branch information
Unix4ever authored and talos-bot committed Dec 21, 2020
1 parent 941556c commit 14b4306
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You will need
Download the latest alpha `talosctl`.

```bash
curl -Lo /usr/local/bin/talosctl https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.1/talosctl-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
curl -Lo /usr/local/bin/talosctl https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.0/talosctl-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
chmod +x /usr/local/bin/talosctl
```

Expand All @@ -22,7 +22,7 @@ chmod +x /usr/local/bin/talosctl
Download the image and decompress it:

```bash
curl -LO https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.1/metal-bananapi_m64-arm64.img.xz
curl -LO https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.0/metal-bananapi_m64-arm64.img.xz
xz -d metal-bananapi_m64-arm64.img.xz
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You will need
Download the latest alpha `talosctl`.

```bash
curl -Lo /usr/local/bin/talosctl https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.1/talosctl-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
curl -Lo /usr/local/bin/talosctl https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.0/talosctl-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
chmod +x /usr/local/bin/talosctl
```

Expand All @@ -22,7 +22,7 @@ chmod +x /usr/local/bin/talosctl
Download the image and decompress it:

```bash
curl -LO https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.1/metal-libretech_all_h3_cc_h5-arm64.img.xz
curl -LO https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.0/metal-libretech_all_h3_cc_h5-arm64.img.xz
xz -d metal-libretech_all_h3_cc_h5-arm64.img.xz
```

Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/v0.8/Single Board Computers/rpi_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You will need
Download the latest alpha `talosctl`.

```bash
curl -Lo /usr/local/bin/talosctl https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.1/talosctl-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
curl -Lo /usr/local/bin/talosctl https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.0/talosctl-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
chmod +x /usr/local/bin/talosctl
```

Expand Down Expand Up @@ -45,7 +45,7 @@ Power off the Raspberry Pi and remove the SD card from it.
Download the image and decompress it:

```bash
curl -LO https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.1/metal-rpi_4-arm64.img.xz
curl -LO https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.0/metal-rpi_4-arm64.img.xz
xz -d metal-rpi_4-arm64.img.xz
```

Expand Down

0 comments on commit 14b4306

Please sign in to comment.