From 939c99cdbf57252d0bee07c3d453ccfb835cef25 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Wed, 23 Aug 2017 11:48:11 +0100 Subject: [PATCH] accidentally an entire group of letters. --- automated install/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/uninstall.sh b/automated install/uninstall.sh index 47a3aa5c..cd4670b8 100755 --- a/automated install/uninstall.sh +++ b/automated install/uninstall.sh @@ -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;;