summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorBenji Dial <benji@benjidial.net>2024-08-01 16:23:37 -0400
committerBenji Dial <benji@benjidial.net>2024-08-01 16:23:37 -0400
commit573bf7aa71a900d3e4fc204300ceea2230b89ec2 (patch)
tree7e71cd5b01a56ae9ffd8fdd7aa77816ae5e1efea /setup.sh
parent1cc88f9d7d5a9d4f411e049b1f256e6ad8adb2b4 (diff)
downloadhilbert-os-alpha.tar.gz
update instructions in readme, setupHEADalpha
Diffstat (limited to 'setup.sh')
-rw-r--r--setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.sh b/setup.sh
index bb20c18..2e377cf 100644
--- a/setup.sh
+++ b/setup.sh
@@ -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