Update uninstall

This commit is contained in:
Celestial.y
2025-11-18 22:52:02 +08:00
committed by GitHub
parent 0ec4b3f54a
commit e6e86b4258
+1 -1
View File
@@ -72,7 +72,7 @@ function deletion_prompt(){
while true; do
printf "Every target which path as a line inside the list \"$listfile\" will be deleted permanently.\n"
printf "Please choose:\nv=View the list\ne=Edit the list\nq=Quit\ny=Perform deletion now\n"
read -n1 -p "> " choice
read -n1 -p "> " choice < /dev/tty
echo
case "$choice" in
q|Q)