mirror of
https://github.com/tucnak/telebot
synced 2024-11-15 06:13:01 +00:00
6 lines
157 B
Bash
Executable File
6 lines
157 B
Bash
Executable File
#!/bin/sh
|
|
set -ex
|
|
cd "$(dirname "$0")"
|
|
GOBIN=$HOME/.terraform.d/plugins GO111MODULE=on go get github.com/yi-jiayu/terraform-provider-telegram
|
|
terraform init
|