diff --git a/.update/version b/.update/version index e4894e7115..ffc133e2e1 100644 --- a/.update/version +++ b/.update/version @@ -14,6 +14,6 @@ G_MIN_DEBIAN=5 # Alternative Git branch to automatically migrate to when Debian version is too low G_OLD_DEBIAN_BRANCH='stretch' # Live patches -G_LIVE_PATCH_DESC=() -G_LIVE_PATCH_COND=() -G_LIVE_PATCH=() +G_LIVE_PATCH_DESC=('Fix Sonarr install: https://github.com/MichaIng/DietPi/issues/6699') +G_LIVE_PATCH_COND=('[[ $(mawk '\''NR==9648 && /G_CHECK_URL/'\'' /boot/dietpi/dietpi-software) ]]') +G_LIVE_PATCH=('sed -i 9648d /boot/dietpi/dietpi-software')