mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-13 16:32:23 +00:00
Update uninstall-tools.sh
This commit is contained in:
parent
07ceb4e388
commit
61431b3c08
@ -75,14 +75,14 @@ uninstall_figurine() {
|
||||
show_uninstall_menu() {
|
||||
local options=()
|
||||
|
||||
if command -v fastfetch &>/dev/null; then
|
||||
options+=("$index" "$(translate "Uninstall Fastfetch")")
|
||||
if command -v fastfetch >/dev/null 2>&1; then
|
||||
options+=("$index" "$(translate "Uninstall") Fastfetch")
|
||||
local fastfetch_option="$index"
|
||||
index=$((index + 1))
|
||||
fi
|
||||
|
||||
if command -v figurine &>/dev/null; then
|
||||
options+=("$index" "$(translate "Uninstall Figurine")")
|
||||
if command -v figurine >/dev/null 2>&1; then
|
||||
options+=("$index" "$(translate "Uninstall") Figurine")
|
||||
local figurine_option="$index"
|
||||
index=$((index + 1))
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user