mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 16:25:53 +00:00
Update corepack configuration in install script
Disable download prompt for corepack and enable it.
This commit is contained in:
@@ -23,7 +23,8 @@ fetch_and_deploy_gh_release "domain-locker" "Lissy93/domain-locker"
|
||||
|
||||
msg_info "Building Domain-Locker"
|
||||
cd /opt/domain-locker
|
||||
$STD corepack enable --force
|
||||
export COREPACK_ENABLE_DOWNLOAD_PROMPT=0
|
||||
corepack enable
|
||||
$STD yarn install --immutable
|
||||
export NODE_OPTIONS="--max-old-space-size=2048"
|
||||
cat <<EOF >/opt/domain-locker.env
|
||||
|
||||
Reference in New Issue
Block a user