mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-04 22:46:54 +00:00
Update uninstall-tools.sh
This commit is contained in:
parent
71c31b182a
commit
38d44deef6
@ -152,7 +152,7 @@ show_uninstall_menu() {
|
|||||||
case "$tool" in
|
case "$tool" in
|
||||||
fastfetch) desc="Fastfetch";;
|
fastfetch) desc="Fastfetch";;
|
||||||
figurine) desc="Figurine";;
|
figurine) desc="Figurine";;
|
||||||
kexec) desc="Kexec quick reboot";;
|
kexec) desc="Kexec fast reboot";;
|
||||||
*) desc="$tool";;
|
*) desc="$tool";;
|
||||||
esac
|
esac
|
||||||
menu_options+=("$tool" "$desc" "off")
|
menu_options+=("$tool" "$desc" "off")
|
||||||
@ -160,7 +160,7 @@ show_uninstall_menu() {
|
|||||||
|
|
||||||
selected_tools=$(dialog --backtitle "ProxMenux" \
|
selected_tools=$(dialog --backtitle "ProxMenux" \
|
||||||
--title "$(translate "Uninstall Tools")" \
|
--title "$(translate "Uninstall Tools")" \
|
||||||
--checklist "$(translate "Select tools post-install to uninstall:")" 20 60 12 \
|
--checklist "$(translate "Select settings") post-install $(translate "to uninstall:")" 20 60 12 \
|
||||||
"${menu_options[@]}" 3>&1 1>&2 2>&3)
|
"${menu_options[@]}" 3>&1 1>&2 2>&3)
|
||||||
local dialog_result=$?
|
local dialog_result=$?
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user