Can't fix MickLesk beign noob

This commit is contained in:
tremor021 2025-04-28 21:43:45 +02:00
parent a89e2b2fcc
commit bb7945c44e

View File

@ -23,7 +23,7 @@ RELEASE=$(curl -fsSL https://api.github.com/repos/navidrome/navidrome/releases/l
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
systemctl enable -q --now navidrome
echo "${RELEASE}" >/opt/Navidrome_version.txt
msg_ok "Installed Navidrome"