Refactor Node.js setup command for Matterbridge

This commit is contained in:
CanbiZ 2025-12-02 13:39:10 +01:00 committed by GitHub
parent dd440be505
commit fb118eb0ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,9 +15,7 @@ update_os
msg_info "Install Matterbridge"
mkdir -p /root/Matterbridge
NODE_VERSION="22"
NODE_MODULE="matterbridge"
setup_nodejs
NODE_VERSION="22" NODE_MODULE="matterbridge" setup_nodejs
msg_ok "Installed Matterbridge"
msg_info "Creating Service"