Update uninstall-tools.sh

This commit is contained in:
MacRimi 2025-05-07 20:00:00 +02:00
parent 61431b3c08
commit 2da0e6923d

View File

@ -98,7 +98,8 @@ show_uninstall_menu() {
"${options[@]}" 3>&1 1>&2 2>&3) "${options[@]}" 3>&1 1>&2 2>&3)
case "$choice" in case "$choice" in
1) uninstall_fastfetch ;; "$fastfetch_option") uninstall_fastfetch ;;
"$figurine_option") uninstall_figurine ;;
esac esac
return_to_menu return_to_menu