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