Skip to content

Commit

Permalink
Put URLs back
Browse files Browse the repository at this point in the history
  • Loading branch information
skyride committed Jun 7, 2024
1 parent af1ba85 commit 88b508f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ fi

# Download the required files only if they don't exist
if [ ! -e "${folder_path}/kube.tf" ]; then
curl -sL https://raw.githubusercontent.com/skyride/terraform-hcloud-kube-hetzner/update-default-server-types/kube.tf.example -o "${folder_path}/kube.tf"
curl -sL https://raw.githubusercontent.com/kube-hetzner/terraform-hcloud-kube-hetzner/master/kube.tf.example -o "${folder_path}/kube.tf"
else
echo "kube.tf already exists. Skipping download."
fi

if [ ! -e "${folder_path}/hcloud-microos-snapshots.pkr.hcl" ]; then
curl -sL https://raw.githubusercontent.com/skyride/terraform-hcloud-kube-hetzner/update-default-server-types/packer-template/hcloud-microos-snapshots.pkr.hcl -o "${folder_path}/hcloud-microos-snapshots.pkr.hcl"
curl -sL https://raw.githubusercontent.com/kube-hetzner/terraform-hcloud-kube-hetzner/master/packer-template/hcloud-microos-snapshots.pkr.hcl -o "${folder_path}/hcloud-microos-snapshots.pkr.hcl"
else
echo "hcloud-microos-snapshots.pkr.hcl already exists. Skipping download."
fi
Expand Down

0 comments on commit 88b508f

Please sign in to comment.