mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Tweak wording to fit on 80 character screen
* Also move colour after $INFO
This commit is contained in:
parent
774c6e8ac0
commit
909bc92c01
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue