Skip to content

Commit

Permalink
Live patch 0 v8.23 (#6701)
Browse files Browse the repository at this point in the history
- Live patch 0 | Fix Sonarr install: #6699
  • Loading branch information
MichaIng authored Oct 22, 2023
1 parent 6bea5f9 commit e95a135
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .update/version
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ 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')
# shellcheck disable=SC2016
G_LIVE_PATCH_COND=('[[ $(mawk '\''NR==9648 && /G_CHECK_URL/'\'' /boot/dietpi/dietpi-software) ]]')
G_LIVE_PATCH=('sed -i 9648d /boot/dietpi/dietpi-software')

0 comments on commit e95a135

Please sign in to comment.