Skip to content
Snippets Groups Projects
Commit 7db033ce authored by Andrew Nemzek's avatar Andrew Nemzek
Browse files

Prompt to create bootstrap.json

parent 540f2c7b
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,4 @@
*.egg-info
/persistent
/runtime
bootstrap.json
......@@ -16,6 +16,10 @@ if [ "$#" -gt 2 ]; then
exit 1
fi
if ! [ -f "bootstrap.json" ]; then
echo "Please create bootstrap.json from bootstrap.json.sample"
exit 1
fi
if [ -f "`which brew`" ]; then
echo "Homebrew is installed"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment