Update proxmenu-scripts.sh

This commit is contained in:
2026-03-13 19:34:47 -05:00
parent 77437daeb2
commit 5d23ac2333

View File

@@ -190,7 +190,7 @@ DETECT_CPU(){
wget -O /etc/apt/trusted.gpg.d/proxlb.asc https://repo.gyptazy.com/repository.gpg wget -O /etc/apt/trusted.gpg.d/proxlb.asc https://repo.gyptazy.com/repository.gpg
apt-get update apt-get update
fi fi
if ! command -v proxclmc &> /dev/null; then if [ "$(dpkg -l | awk '/proxclmc/ {print }'|wc -l)" -eq 0 ]; then
apt -y install proxclmc apt -y install proxclmc
fi fi