forked from forkanization/Proxmox-arm64
Update sonarr.sh
Fix sonarr update architecture
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ function update_script() {
|
|||||||
fi
|
fi
|
||||||
msg_info "Updating $APP v4"
|
msg_info "Updating $APP v4"
|
||||||
systemctl stop sonarr.service
|
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
|
tar -xzf SonarrV4.tar.gz
|
||||||
rm -rf /opt/Sonarr
|
rm -rf /opt/Sonarr
|
||||||
mv Sonarr /opt
|
mv Sonarr /opt
|
||||||
|
|||||||
Reference in New Issue
Block a user