accidentally an entire group of letters.

pull/1663/head
Adam Warner 7 years ago
parent e938132c53
commit 939c99cdbf
No known key found for this signature in database
GPG Key ID: 03843F6C65554B22

@ -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…
Cancel
Save