Skip to content

Commit

Permalink
v6.26
Browse files Browse the repository at this point in the history
+ DietPi-Pre-patch | Sonarr: Update APT repository key to new long version
  • Loading branch information
MichaIng authored Aug 4, 2019
1 parent 126032e commit 4758ff1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dietpi/pre-patch_file
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,14 @@ Pin: release n=stretch-backports
Pin-Priority: 500
_EOF_

fi
#-------------------------------------------------------------------------------
# Pre-patch 11: https://github.com/MichaIng/DietPi/issues/3029
if (( $G_DIETPI_VERSION_SUB < 26 )) && [[ -f '/etc/apt/sources.list.d/sonarr.list' ]]; then

echo -e '\e[90m[\e[0m INFO \e[90m]\e[0m Pre-patch 11 | Updating Sonarr APT repository key'
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0xA236C58F409091A18ACA53CBEBFF6B99D9B78493 || { EXIT_CODE=11; break; }

fi
#-------------------------------------------------------------------------------
# Finished
Expand Down

0 comments on commit 4758ff1

Please sign in to comment.