mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 15:05:54 +00:00
push
This commit is contained in:
@@ -22,9 +22,9 @@ msg_info "Installing Navidrome"
|
||||
RELEASE=$(curl -fsSL https://api.github.com/repos/navidrome/navidrome/releases/latest | grep "tag_name" | awk -F '"' '{print $4}')
|
||||
TMP_DEB=$(mktemp --suffix=.deb)
|
||||
curl -fsSL -o "${TMP_DEB}" "https://github.com/navidrome/navidrome/releases/download/${RELEASE}/navidrome_${RELEASE#v}_linux_amd64.deb"
|
||||
systemctl enable -q --now navidrome.service
|
||||
$STD apt-get install -y "${TMP_DEB}"
|
||||
msg_ok "Installed hoodik"
|
||||
systemctl enable -q --now navidrome.service
|
||||
msg_ok "Installed Navidrome"
|
||||
|
||||
motd_ssh
|
||||
customize
|
||||
|
||||
Reference in New Issue
Block a user