Skip to content

Commit

Permalink
docs: rpi talosctl install update
Browse files Browse the repository at this point in the history
Replaces default architecture in install instructions

fixes #8129

Signed-off-by: Justin Garrison <justin.garrison@siderolabs.com>
  • Loading branch information
rothgar authored and smira committed Feb 16, 2024
1 parent 493bb60 commit 8e9596d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Expand Up @@ -12,6 +12,7 @@ If you have tested this on other Raspberry Pi boards, please let us know.
## Video Walkthrough

To see a live demo of this writeup, see the video below:

<iframe width="560" height="315" src="https://www.youtube.com/embed/aHu1lFir7UU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## Prerequisites
Expand All @@ -24,8 +25,7 @@ You will need
Download the latest `talosctl`.

```bash
curl -Lo /usr/local/bin/talosctl https://github.com/siderolabs/talos/releases/download/{{< release >}}/talosctl-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
chmod +x /usr/local/bin/talosctl
curl -sL 'https://www.talos.dev/install' | bash
```

## Updating the EEPROM
Expand Down
Expand Up @@ -12,6 +12,7 @@ If you have tested this on other Raspberry Pi boards, please let us know.
## Video Walkthrough

To see a live demo of this writeup, see the video below:

<iframe width="560" height="315" src="https://www.youtube.com/embed/aHu1lFir7UU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## Prerequisites
Expand All @@ -24,8 +25,7 @@ You will need
Download the latest `talosctl`.

```bash
curl -Lo /usr/local/bin/talosctl https://github.com/siderolabs/talos/releases/download/{{< release >}}/talosctl-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
chmod +x /usr/local/bin/talosctl
curl -sL 'https://www.talos.dev/install' | bash
```

## Updating the EEPROM
Expand Down
Expand Up @@ -12,6 +12,7 @@ If you have tested this on other Raspberry Pi boards, please let us know.
## Video Walkthrough

To see a live demo of this writeup, see the video below:

<iframe width="560" height="315" src="https://www.youtube.com/embed/aHu1lFir7UU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## Prerequisites
Expand All @@ -24,8 +25,7 @@ You will need
Download the latest `talosctl`.

```bash
curl -Lo /usr/local/bin/talosctl https://github.com/siderolabs/talos/releases/download/{{< release >}}/talosctl-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
chmod +x /usr/local/bin/talosctl
curl -sL 'https://www.talos.dev/install' | bash
```

## Updating the EEPROM
Expand Down
Expand Up @@ -12,6 +12,7 @@ If you have tested this on other Raspberry Pi boards, please let us know.
## Video Walkthrough

To see a live demo of this writeup, see the video below:

<iframe width="560" height="315" src="https://www.youtube.com/embed/aHu1lFir7UU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## Prerequisites
Expand All @@ -24,8 +25,7 @@ You will need
Download the latest `talosctl`.

```bash
curl -Lo /usr/local/bin/talosctl https://github.com/siderolabs/talos/releases/download/{{< release >}}/talosctl-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
chmod +x /usr/local/bin/talosctl
curl -sL 'https://www.talos.dev/install' | bash
```

## Updating the EEPROM
Expand Down
Expand Up @@ -12,6 +12,7 @@ If you have tested this on other Raspberry Pi boards, please let us know.
## Video Walkthrough

To see a live demo of this writeup, see the video below:

<iframe width="560" height="315" src="https://www.youtube.com/embed/aHu1lFir7UU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## Prerequisites
Expand All @@ -24,8 +25,7 @@ You will need
Download the latest `talosctl`.

```bash
curl -Lo /usr/local/bin/talosctl https://github.com/siderolabs/talos/releases/download/{{< release >}}/talosctl-$(uname -s | tr "[:upper:]" "[:lower:]")-amd64
chmod +x /usr/local/bin/talosctl
curl -sL 'https://www.talos.dev/install' | bash
```

## Updating the EEPROM
Expand Down

0 comments on commit 8e9596d

Please sign in to comment.