navidrome

This commit is contained in:
CanbiZ
2025-04-28 16:04:35 +02:00
parent fbec66b009
commit a412a7007b
2 changed files with 11 additions and 18 deletions

View File

@@ -24,6 +24,7 @@ TMP_DEB=$(mktemp --suffix=.deb)
curl -fsSL -o "${TMP_DEB}" "https://github.com/navidrome/navidrome/releases/download/${RELEASE}/navidrome_${RELEASE#v}_linux_amd64.deb"
$STD apt-get install -y "${TMP_DEB}"
systemctl enable -q --now navidrome.service
echo "${RELEASE}" >/opt/"${APP}_version.txt"
msg_ok "Installed Navidrome"
motd_ssh