From ca4f2283bd5c372e232e3cd40ceb0608a32b3ab6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 6 Mar 2026 23:12:38 -0600 Subject: [PATCH] Update install-ta_proxmenu.sh --- install-ta_proxmenu.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/install-ta_proxmenu.sh b/install-ta_proxmenu.sh index 1833be7..8709758 100755 --- a/install-ta_proxmenu.sh +++ b/install-ta_proxmenu.sh @@ -9,7 +9,13 @@ else 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/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 update0 +fi +apt -y install wget curl git jq sudo proxclmc + set -eu git clone https://git.schroedercity.com/TAI/TA-ProxMenu.git /opt/idssys/ta-proxmenu