Skip to content

Commit c822478

Browse files
committed
Update download links from v2.4.4 to v2.4.5 in installation instructions
1 parent 888b8d9 commit c822478

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ brew install vitobotta/tap/hetzner_k3s
147147

148148
**Linux binary (amd64):**
149149
```bash
150-
wget https://github.com/vitobotta/hetzner-k3s/releases/download/v2.4.4/hetzner-k3s-linux-amd64
150+
wget https://github.com/vitobotta/hetzner-k3s/releases/download/v2.4.5/hetzner-k3s-linux-amd64
151151
chmod +x hetzner-k3s-linux-amd64
152152
sudo mv hetzner-k3s-linux-amd64 /usr/local/bin/hetzner-k3s
153153
```

docs/Installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ If you prefer not to use Homebrew, install the required dependencies first:
4040

4141
**Apple Silicon:**
4242
```bash
43-
wget https://github.com/vitobotta/hetzner-k3s/releases/download/v2.4.4/hetzner-k3s-macos-arm64
43+
wget https://github.com/vitobotta/hetzner-k3s/releases/download/v2.4.5/hetzner-k3s-macos-arm64
4444
chmod +x hetzner-k3s-macos-arm64
4545
sudo mv hetzner-k3s-macos-arm64 /usr/local/bin/hetzner-k3s
4646
```
4747

4848
**Intel:**
4949
```bash
50-
wget https://github.com/vitobotta/hetzner-k3s/releases/download/v2.4.4/hetzner-k3s-macos-amd64
50+
wget https://github.com/vitobotta/hetzner-k3s/releases/download/v2.4.5/hetzner-k3s-macos-amd64
5151
chmod +x hetzner-k3s-macos-amd64
5252
sudo mv hetzner-k3s-macos-amd64 /usr/local/bin/hetzner-k3s
5353
```
@@ -67,15 +67,15 @@ brew install vitobotta/tap/hetzner_k3s
6767
### amd64 (x86_64)
6868

6969
```bash
70-
wget https://github.com/vitobotta/hetzner-k3s/releases/download/v2.4.4/hetzner-k3s-linux-amd64
70+
wget https://github.com/vitobotta/hetzner-k3s/releases/download/v2.4.5/hetzner-k3s-linux-amd64
7171
chmod +x hetzner-k3s-linux-amd64
7272
sudo mv hetzner-k3s-linux-amd64 /usr/local/bin/hetzner-k3s
7373
```
7474

7575
### arm64 (ARM)
7676

7777
```bash
78-
wget https://github.com/vitobotta/hetzner-k3s/releases/download/v2.4.4/hetzner-k3s-linux-arm64
78+
wget https://github.com/vitobotta/hetzner-k3s/releases/download/v2.4.5/hetzner-k3s-linux-arm64
7979
chmod +x hetzner-k3s-linux-arm64
8080
sudo mv hetzner-k3s-linux-arm64 /usr/local/bin/hetzner-k3s
8181
```

0 commit comments

Comments
 (0)