summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-02-10 16:06:10 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-02-10 16:06:10 -0800
commitfd6465d071d9fed56c51b1499131d7608636bf7f (patch)
tree72db16ccbe2ab52368aaebfc4c703a232c1d056a /setup.sh
parent840777a38626a12d41fd4402007fdb28388287fb (diff)
tree: add chicken, remove halfbaked vi
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.sh b/setup.sh
index 9aaa534..c2ed41c 100755
--- a/setup.sh
+++ b/setup.sh
@@ -32,8 +32,8 @@ if confirm "Build micro haskell?"; then
cd ..
fi
-if confirm "Build levee as vi?"; then
- cd levee
+if confirm "Build chicken scheme?"; then
+ cd chicken
./setup.sh
cd ..
fi