From 7423408982605d806ab35f19ffd984a81d71e332 Mon Sep 17 00:00:00 2001 From: SunFlowerOwl Date: Mon, 24 Nov 2025 16:31:02 -0500 Subject: [PATCH] Fix: Re-introduce corepack to avoid question during install --- install/manyfold-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/manyfold-install.sh b/install/manyfold-install.sh index d00d3c5c1..f2d7d33eb 100644 --- a/install/manyfold-install.sh +++ b/install/manyfold-install.sh @@ -102,6 +102,8 @@ $STD npm install --global corepack corepack enable yarn chown manyfold:manyfold /opt/.env rm /opt/manyfold/config/credentials.yml.enc +$STD corepack prepare $YARN_VERSION --activate +$STD corepack use $YARN_VERSION $STD bin/rails credentials:edit $STD bin/rails db:migrate $STD bin/rails assets:precompile