forked from Shinonome/dots-hyprland
Update uninstall
This commit is contained in:
@@ -72,7 +72,7 @@ function deletion_prompt(){
|
|||||||
while true; do
|
while true; do
|
||||||
printf "Every target which path as a line inside the list \"$listfile\" will be deleted permanently.\n"
|
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"
|
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
|
echo
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
q|Q)
|
q|Q)
|
||||||
|
|||||||
Reference in New Issue
Block a user