Skip to content

Commit

Permalink
Update assets path for NoCloud (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps authored May 6, 2024
1 parent 34a1641 commit 6884e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/how-tos/hetzner.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Download Talos Linux asset from the Cozystack's [releases page](https://github.c

```bash
cd /tmp
wget https://github.com/aenix-io/cozystack/releases/latest/download/metal-amd64.raw.xz
wget https://github.com/aenix-io/cozystack/releases/latest/download/nocloud-amd64.raw.xz
xz -d -c /tmp/metal-amd64.raw.xz | dd of=/dev/nvme0n1 bs=4M oflag=sync
```

Expand Down

0 comments on commit 6884e38

Please sign in to comment.