diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 9b86c21..239eb4d 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -190,7 +190,9 @@ DETECT_CPU(){ wget -O /etc/apt/trusted.gpg.d/proxlb.asc https://repo.gyptazy.com/repository.gpg apt-get update fi - apt -y install proxclmc + if ! command -v proxclmc &> /dev/null; then + apt -y install proxclmc + fi echo proxclmc