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