Actualiser installs_on_host/caddy.md

This commit is contained in:
2026-06-22 08:59:02 +02:00
parent f984d59bff
commit 557b7c8843
+3 -3
View File
@@ -27,12 +27,12 @@ sudo apt update && sudo apt install -y caddy xcaddy
#### Build with dns-ovh
```
https://go.dev/dl/
[https://go.dev/dl/](https://go.dev/dl/)
```
```bash
wget https://go.dev/dl/go1.26.3.linux-arm64.tar.gz
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.26.3.linux-arm64.tar.gz
wget https://go.dev/dl/go1.26.4.linux-arm64.tar.gz
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.26.4.linux-arm64.tar.gz
export PATH=$PATH:/usr/local/go/bin
```