Skip to content

Commit a69e5a8

Browse files
committed
Update
1 parent 509ae54 commit a69e5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/recyclarr-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $STD apt-get install -y mc
2222
msg_ok "Installed Dependencies"
2323

2424
msg_info "Installing Recyclarr"
25-
wget -q $(curl -s https://api.github.com/repos/recyclarr/recyclarr/releases/latest | grep download | grep linux-x64 | cut -d\" -f4)
25+
wget -q $(curl -s https://api.github.com/repos/recyclarr/recyclarr/releases/latest | grep download | grep linux-musl-x64 | cut -d\" -f4)
2626
tar -C /usr/local/bin -xJf recyclarr*.tar.xz
2727
rm -rf recyclarr*.tar.gz
2828
mkdir -p /root/.config/recyclarr

0 commit comments

Comments
 (0)