diff --git a/ct/cryptpad.sh b/ct/cryptpad.sh index 097a78b0d..cd420c9ff 100644 --- a/ct/cryptpad.sh +++ b/ct/cryptpad.sh @@ -51,7 +51,7 @@ function update_script() { msg_info "Updating CryptPad" cd /opt/cryptpad - $STD npm ci + $STD npm ci --allow-git=all $STD npm run install:components if [ -f "/opt/cryptpad/install-onlyoffice.sh" ]; then $STD bash /opt/cryptpad/install-onlyoffice.sh --accept-license diff --git a/install/cryptpad-install.sh b/install/cryptpad-install.sh index 43809a34c..ed9e61b42 100644 --- a/install/cryptpad-install.sh +++ b/install/cryptpad-install.sh @@ -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"