Update matterbridge-install.sh

This commit is contained in:
CanbiZ 2024-06-12 12:31:26 +02:00 committed by GitHub
parent fbed1c1c09
commit bb0a7ff988
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,6 @@ update_os
msg_info "Installing Dependencies (Patience)"
$STD apt-get install -y --no-install-recommends \
unzip \
build-essential \
curl \
sudo \
@ -48,6 +47,7 @@ rm -R ${RELEASE}.zip
cd /opt/matterbridge
$STD npm ci
$STD npm run build
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
msg_ok "Installed Matterbridge"
msg_info "Creating Service"
@ -79,6 +79,6 @@ motd_ssh
customize
msg_info "Cleaning up"
$STD apt-get autoremove
$STD apt-get autoclean
$STD apt-get -y autoremove
$STD apt-get -y autoclean
msg_ok "Cleaned"