Merge pull request #107 from jimmycleuren/main

Fix sonarr update architecture
This commit is contained in:
Sam Heinz
2025-02-10 22:46:40 +10:00
committed by GitHub

View File

@@ -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}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8989${CL}"