diff --git a/install/manyfold-install.sh b/install/manyfold-install.sh index 9f131f6d1..d5a3692a2 100644 --- a/install/manyfold-install.sh +++ b/install/manyfold-install.sh @@ -104,6 +104,7 @@ chown manyfold:manyfold /opt/.env rm /opt/manyfold/config/credentials.yml.enc $STD corepack prepare $YARN_VERSION --activate $STD corepack use $YARN_VERSION +export VISUAL="code --wait" $STD bin/rails credentials:edit $STD bin/rails db:migrate $STD bin/rails assets:precompile