We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509ae54 commit a69e5a8Copy full SHA for a69e5a8
install/recyclarr-install.sh
@@ -22,7 +22,7 @@ $STD apt-get install -y mc
22
msg_ok "Installed Dependencies"
23
24
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)
+wget -q $(curl -s https://api.github.com/repos/recyclarr/recyclarr/releases/latest | grep download | grep linux-musl-x64 | cut -d\" -f4)
26
tar -C /usr/local/bin -xJf recyclarr*.tar.xz
27
rm -rf recyclarr*.tar.gz
28
mkdir -p /root/.config/recyclarr
0 commit comments