From 026b2e6abb2a948942b95ed5853af68228a180a3 Mon Sep 17 00:00:00 2001 From: Daniel Kronovet Date: Thu, 5 Mar 2026 11:19:23 -0500 Subject: [PATCH] feat: add saya to dojoup install script Include saya in the list of asdf plugins installed by the toolchain installer. Co-Authored-By: Claude Opus 4.6 --- dojoup/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dojoup/install b/dojoup/install index 0708b4bbdc..bd29d08a35 100755 --- a/dojoup/install +++ b/dojoup/install @@ -16,7 +16,7 @@ fi echo "Installing Dojo toolchain with asdf..." # Install the asdf plugins -PLUGINS=(sozo katana torii) +PLUGINS=(sozo katana torii saya) for plugin in "${PLUGINS[@]}"; do # Install plugin from source