mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
accidentally an entire group of letters.
This commit is contained in:
parent
e938132c53
commit
939c99cdbf
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ while true; do
|
|||
for i in "${DEPS[@]}"; do
|
||||
echo -n "${i} "
|
||||
done
|
||||
echo "${COL_NC}"git pu
|
||||
echo "${COL_NC}"
|
||||
read -rp " ${QST} Do you wish to go through each dependency for removal? (Choosing No will leave all dependencies installed) [Y/n] " yn
|
||||
case ${yn} in
|
||||
[Yy]* ) removeAndPurge; break;;
|
||||
|
|
Loading…
Reference in a new issue