Skip to content

Commit

Permalink
script for local installing
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmanuylov committed Jun 28, 2016
1 parent b511ec5 commit 69eb483
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

INTELLIJ_PLUGINS_DIR="<Insert your value>"
TERRAFORM_DIR="<Insert your value>"
LOCAL_OS="<Insert your value>"

cp -f bin/content.json "$INTELLIJ_PLUGINS_DIR/intellij-hcl/classes/terraform/model/providers/content.json"
cp -f "bin/$LOCAL_OS/terraform-provider-content" "$TERRAFORM_DIR/terraform-provider-content"

0 comments on commit 69eb483

Please sign in to comment.