From 4ab983264ecb76eb728eee350cc82e9f52eeece4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 13 Mar 2026 19:47:36 -0500 Subject: [PATCH] Update install-ta_proxmenu.sh --- install-ta_proxmenu.sh | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/install-ta_proxmenu.sh b/install-ta_proxmenu.sh index 19b0066..acd158c 100755 --- a/install-ta_proxmenu.sh +++ b/install-ta_proxmenu.sh @@ -11,13 +11,18 @@ fi echo -e "\n${idsCL[LightGreen]}LinUPx Installation Script${idsCL[Default]}" apt -y install wget curl git jq sudo -if [ ! -f /etc/apt/sources.list.d/proxlb.list ]; then - 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 - apt-get update +# if [ ! -f /etc/apt/sources.list.d/proxlb.list ]; then +# 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 +# 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 apt -y install proxclmc -apt -y install proxclmc set -eu