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