mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +00:00
Use hardlinks for PNPM packages (#8357)
This commit is contained in:
parent
d46c948f2d
commit
6e331d3456
2 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ msg_info "Setting up Zigbee2MQTT"
|
|||
cd /opt/zigbee2mqtt/data || exit
|
||||
mv configuration.example.yaml configuration.yaml
|
||||
cd /opt/zigbee2mqtt || exit
|
||||
echo "packageImportMethod: hardlink" >>./pnpm-workspace.yaml
|
||||
$STD pnpm install --no-frozen-lockfile
|
||||
$STD pnpm build
|
||||
msg_ok "Installed Zigbee2MQTT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue