Merge pull request #4158 from MichaIng/patch-2

Remove false statement about dependency removal on Raspbian
pull/4131/head^2
Adam Warner 3 years ago committed by GitHub
commit 8c926d6af6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -206,11 +206,7 @@ removeNoPurge() {
}
######### SCRIPT ###########
if command -v vcgencmd &> /dev/null; then
echo -e " ${INFO} All dependencies are safe to remove on Raspbian"
else
echo -e " ${INFO} Be sure to confirm if any dependencies should not be removed"
fi
echo -e " ${INFO} Be sure to confirm if any dependencies should not be removed"
while true; do
echo -e " ${INFO} ${COL_YELLOW}The following dependencies may have been added by the Pi-hole install:"
echo -n " "

Loading…
Cancel
Save