diff options
Diffstat (limited to 'setup.sh')
-rw-r--r-- | setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,14 +10,14 @@ PROJECT_ROOT="$(pwd)" if [ -e .setup-complete ]; then echo setup has already completed. refusing to run again. echo to run again anyway, delete .setup-complete - echo to clean the dependencies, run clean-dependencies.sh + echo to undo any previous setup, run clean-setup.sh exit 1 fi if [ -e .setup-started ]; then echo setup has already been started, but failed. refusing to run again. echo to run again anyway, delete .setup-started - echo to clean the dependencies, run clean-dependencies.sh + echo to undo any previous setup, run clean-setup.sh exit 1 fi |