mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-14 01:37:29 +00:00
cryptpad: allow git-based npm dependencies for drawio and json.sortify under npm v12
This commit is contained in:
@@ -24,7 +24,7 @@ fetch_and_deploy_gh_release "cryptpad" "cryptpad/cryptpad" "tarball"
|
||||
|
||||
msg_info "Setup CryptPad"
|
||||
cd /opt/cryptpad
|
||||
$STD npm ci
|
||||
$STD npm ci --allow-git=all
|
||||
$STD npm run install:components
|
||||
if [[ "$onlyoffice" =~ ^[Yy]$ ]]; then
|
||||
$STD bash -c "./install-onlyoffice.sh --accept-license"
|
||||
|
||||
Reference in New Issue
Block a user