From bb3fc1725e62c8acf0663c2776953e21b99c6271 Mon Sep 17 00:00:00 2001 From: "Daniel (Fourdee)" Date: Fri, 12 Jan 2018 18:37:42 +0000 Subject: [PATCH] v6.0 + https://github.com/Fourdee/DietPi/issues/1385#issuecomment-356320628 --- dietpi/patch_file | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dietpi/patch_file b/dietpi/patch_file index da2f9c9857..e13f2cbdeb 100644 --- a/dietpi/patch_file +++ b/dietpi/patch_file @@ -83,7 +83,10 @@ if (( $SUBVERSION_CURRENT == 0 )); then #------------------------------------------------------------------------------- - echo 0 + #bash.bashrc removal of any outstanding dietpi entries (moved to globals). Just incase I missed any manually during PREP... + sed -i '/#DietPi_Entries/Q' /etc/bash.bashrc + sed -i '/#Apply system locale/Q' /etc/bash.bashrc + sed -i '/#DietPi Additions/Q' /etc/bash.bashrc #------------------------------------------------------------------------------- fi