Skip to content

Commit

Permalink
docs/content/install: fix debian ARM64 link
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Jan 2, 2024
1 parent bebbcc5 commit 2c0cba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Other commands are available as well, but you will need to start them manually.
{{< tabs "debian-install" >}}
{{< tab "ARM64" >}}
```bash
curl -L -o forwarder.deb {{< data "latest" "linux_ARM6464.deb" >}}
curl -L -o forwarder.deb {{< data "latest" "linux_arm64.deb" >}}
sudo dpkg -i forwarder.deb
```
{{< /tab >}}
Expand Down

0 comments on commit 2c0cba1

Please sign in to comment.