We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d716a commit 5bd73faCopy full SHA for 5bd73fa
1 file changed
docs/tutorials/setup-hcloud-cli.md
@@ -18,8 +18,8 @@ Install them by extracting the archive and moving the binary to a directory in y
18
On a 64-bit Linux system, it could look something like this:
19
20
```bash
21
-curl -LO https://github.com/hetznercloud/cli/releases/download/v1.51.0/hcloud-linux-amd64.tar.gz
22
-sudo tar -C /usr/local/bin -xzf hcloud-linux-amd64.tar.gz
+curl -sSLO https://github.com/hetznercloud/cli/releases/download/v1.51.0/hcloud-linux-amd64.tar.gz
+sudo tar -C /usr/local/bin --no-same-owner -xzf hcloud-linux-amd64.tar.gz hcloud
23
rm hcloud-linux-amd64.tar.gz
24
```
25
0 commit comments