Tweak wording to fit on 80 character screen

* Also move colour after $INFO
pull/1663/head
WaLLy3K 7 years ago committed by GitHub
parent 774c6e8ac0
commit 909bc92c01

@ -208,7 +208,7 @@ else
echo -e " ${INFO} Be sure to confirm if any dependencies should not be removed"
fi
while true; do
echo -e "${COL_YELLOW} ${INFO} The following dependencies may have been added to the system by Pi-hole install:"
echo -e " ${INFO} ${COL_YELLOW}The following dependencies may have been added by the Pi-hole install:"
echo -n " "
for i in "${DEPS[@]}"; do
echo -n "${i} "

Loading…
Cancel
Save