This commit is contained in:
CanbiZ
2025-05-22 10:37:09 +02:00
parent 3e8f4cc4ba
commit a44a13f81b
2 changed files with 22 additions and 18 deletions

View File

@@ -19,6 +19,7 @@ RELEASE=$(echo "$DEB_URL" | grep -oP 'lyrionmusicserver_\K[0-9.]+(?=_amd64\.deb)
DEB_FILE="/tmp/lyrionmusicserver_${RELEASE}_amd64.deb"
curl -fsSL -o "$DEB_FILE" "$DEB_URL"
$STD apt install "$DEB_FILE" -y
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
msg_ok "Setup Lyrion Music Server v${RELEASE}"
motd_ssh