Update matterbridge-install.sh

create directory
This commit is contained in:
tteckster 2024-08-11 08:42:40 -04:00 committed by GitHub
parent a28eb2fd46
commit 08debd9442
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ $STD apt-get install -y nodejs
msg_ok "Installed Node.js"
msg_info "Install Matterbridge"
mkdir -p /root/Matterbridge
$STD npm install -g matterbridge
msg_ok "Installed Matterbridge"