diff --git a/automated install/uninstall.sh b/automated install/uninstall.sh index 88eca716..47a3aa5c 100755 --- a/automated install/uninstall.sh +++ b/automated install/uninstall.sh @@ -214,8 +214,8 @@ while true; do for i in "${DEPS[@]}"; do echo -n "${i} " done - 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 + echo "${COL_NC}"git pu + 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;; [Nn]* ) removeNoPurge; break;;