diff options
Diffstat (limited to 'post-install.sh')
-rwxr-xr-x | post-install.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/post-install.sh b/post-install.sh deleted file mode 100755 index 0326a42..0000000 --- a/post-install.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -if [ ! -f 'examples/example-options.json' ]; then echo '{\n\t"key":"YOUR_API_KEY"\n}' >> examples/example-options.json; fi |