Skip to content

Commit

Permalink
v6.26
Browse files Browse the repository at this point in the history
+ DietPi-Pre-patch | Typo
  • Loading branch information
MichaIng authored Jul 31, 2019
1 parent 8d8d206 commit 79ab1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/pre-patch_file
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Package: *\nPin: release n=buster\nPin-Priority: 100' > /etc/apt/preferences.d/d
fi
#-------------------------------------------------------------------------------
# Pre-patch 10: https://github.com/MichaIng/DietPi/pull/3020
if (( $G_DISTRO_VERSION_SUB < 26 )) && command -v xrdp &> /dev/null && grep -qi 'stretch' /etc/os-release; then
if (( $G_DIETPI_VERSION_SUB < 26 )) && command -v xrdp &> /dev/null && grep -qi 'stretch' /etc/os-release; then

echo -e '\e[90m[\e[0m INFO \e[90m]\e[0m Pre-patch 10 | Allow upgrade of XRDP from backports to resolve certain issues with current Stretch version'
cat << _EOF_ > /etc/apt/preferences.d/dietpi-xrdp || { EXIT_CODE=10; break; }
Expand Down

0 comments on commit 79ab1d9

Please sign in to comment.