tteck / Proxmox

Proxmox VE Helper-Scripts
https://Helper-Scripts.com
MIT License
13.21k stars 2.05k forks source link

Navidrome download link fail 404 #2065

Closed b3ni closed 10 months ago

b3ni commented 10 months ago

Please verify that you have read and understood the guidelines.

yes

A clear and concise description of the issue.

Fail script install navidrome.

https://github.com/tteck/Proxmox/blob/main/ct/navidrome.sh

Downalod link fail:

[ERROR] in line 30: exit code 8: while executing command $STD wget https://github.com/navidrome/navidrome/releases/download/v${RELEASE}/navidrome_${RELEASE}_Linux_x86_64.tar.gz -O Navidrome.tar.gz

Latest release is 0.50.0

I think the link correct is:

https://github.com/navidrome/navidrome/releases/download/v0.50.0/navidrome_0.50.0_linux_amd64.tar.gz

Which Linux distribution are you employing?

Debian 12

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

No response

Please provide detailed steps to reproduce the issue.

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/navidrome.sh)"

debian 12

tteck commented 10 months ago

fixed