Update proxmenu-scripts.sh
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user