Update install-ta_proxmenu.sh

This commit is contained in:
2026-03-13 19:47:36 -05:00
parent 3f6d8a8d33
commit 4ab983264e

View File

@@ -11,13 +11,18 @@ fi
echo -e "\n${idsCL[LightGreen]}LinUPx Installation Script${idsCL[Default]}" echo -e "\n${idsCL[LightGreen]}LinUPx Installation Script${idsCL[Default]}"
apt -y install wget curl git jq sudo apt -y install wget curl git jq sudo
if [ ! -f /etc/apt/sources.list.d/proxlb.list ]; then # if [ ! -f /etc/apt/sources.list.d/proxlb.list ]; then
echo "deb https://repo.gyptazy.com/stable /" > /etc/apt/sources.list.d/proxlb.list # echo "deb https://repo.gyptazy.com/stable /" > /etc/apt/sources.list.d/proxlb.list
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 [ ! -f /etc/apt/sources.list.d/gyptazy.list ]; then
curl https://git.gyptazy.com/api/packages/gyptazy/debian/repository.key -o /etc/apt/keyrings/gyptazy.asc
echo "deb [signed-by=/etc/apt/keyrings/gyptazy.asc] https://packages.gyptazy.com/api/packages/gyptazy/debian trixie main" | sudo tee -a /etc/apt/sources.list.d/gyptazy.list
apt update
fi fi
apt -y install proxclmc apt -y install proxclmc
apt -y install proxclmc
set -eu set -eu