From 5d23ac2333cf1a05af4f987cdaa42710b6bebe16 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 13 Mar 2026 19:34:47 -0500 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 239eb4d..6540481 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -190,7 +190,7 @@ DETECT_CPU(){ wget -O /etc/apt/trusted.gpg.d/proxlb.asc https://repo.gyptazy.com/repository.gpg apt-get update fi - if ! command -v proxclmc &> /dev/null; then + if [ "$(dpkg -l | awk '/proxclmc/ {print }'|wc -l)" -eq 0 ]; then apt -y install proxclmc fi