We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ed7ef commit 87c2a6fCopy full SHA for 87c2a6f
install-plugin.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
set -eu
3
-OS=${OS:-darwin}
+OS=${OS:-$(uname -s)}
4
HCLOUD_VERSION=${HCLOUD_VERSION:-1.1.0}
5
HCLOUD_TERRAFORM_URL=${HCLOUD_TERRAFORM_URL:-"https://github.com/hetznercloud/terraform-provider-hcloud/releases/download/v${HCLOUD_VERSION}/terraform-provider-hcloud_v${HCLOUD_VERSION}_${OS}_amd64.zip"}
6
echo "Install Terraform plugin from:"
0 commit comments