From d88f6bc8270777665ebfc003e396c874f0aa1bf5 Mon Sep 17 00:00:00 2001 From: Jimmy Cleuren Date: Mon, 10 Feb 2025 11:57:55 +0100 Subject: [PATCH] Update sonarr.sh Fix sonarr update architecture --- ct/sonarr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/sonarr.sh b/ct/sonarr.sh index 8b79bb602..e3caff984 100644 --- a/ct/sonarr.sh +++ b/ct/sonarr.sh @@ -34,7 +34,7 @@ function update_script() { fi msg_info "Updating $APP v4" systemctl stop sonarr.service - wget -q -O SonarrV4.tar.gz 'https://services.sonarr.tv/v1/download/main/latest?version=4&os=linux&arch=x64' + wget -q -O SonarrV4.tar.gz 'https://services.sonarr.tv/v1/download/main/latest?version=4&os=linux&arch=arm64' tar -xzf SonarrV4.tar.gz rm -rf /opt/Sonarr mv Sonarr /opt @@ -51,4 +51,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8989${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8989${CL}"