chore(statuses): update statuses

dotnetaspwebapi
kapowarr
karakeep
listmonk
lubelogger - broken
lyrionmusicserver
managemydamnlife
mattermost
meilisearch - broken
memos
metube
minarca
minio
monica
mylar3
This commit is contained in:
Sam Heinz
2025-07-02 11:06:39 +10:00
parent 7a94c5d3f0
commit f399665dcd
7 changed files with 27 additions and 27 deletions
+3 -3
View File
@@ -14,9 +14,9 @@ network_check
update_os
msg_info "Setup Lyrion Music Server"
DEB_URL=$(curl -fsSL 'https://lyrion.org/getting-started/' | grep -oP '<a\s[^>]*href="\K[^"]*amd64\.deb(?="[^>]*>)' | head -n 1)
RELEASE=$(echo "$DEB_URL" | grep -oP 'lyrionmusicserver_\K[0-9.]+(?=_amd64\.deb)')
DEB_FILE="/tmp/lyrionmusicserver_${RELEASE}_amd64.deb"
DEB_URL=$(curl -fsSL 'https://lyrion.org/getting-started/' | grep -oP '<a\s[^>]*href="\K[^"]*arm\.deb(?="[^>]*>)' | head -n 1)
RELEASE=$(echo "$DEB_URL" | grep -oP 'lyrionmusicserver_\K[0-9.]+(?=_arm\.deb)')
DEB_FILE="/tmp/lyrionmusicserver_${RELEASE}_arm.deb"
curl -fsSL -o "$DEB_FILE" "$DEB_URL"
$STD apt install "$DEB_FILE" -y
echo "${RELEASE}" >"/opt/lyrion_version.txt"