mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 19:55:53 +00:00
Fix: Re-introduce corepack to avoid question during install
This commit is contained in:
@@ -102,6 +102,8 @@ $STD npm install --global corepack
|
|||||||
corepack enable yarn
|
corepack enable yarn
|
||||||
chown manyfold:manyfold /opt/.env
|
chown manyfold:manyfold /opt/.env
|
||||||
rm /opt/manyfold/config/credentials.yml.enc
|
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 credentials:edit
|
||||||
$STD bin/rails db:migrate
|
$STD bin/rails db:migrate
|
||||||
$STD bin/rails assets:precompile
|
$STD bin/rails assets:precompile
|
||||||
|
|||||||
Reference in New Issue
Block a user