Update install-ta_proxmenu.sh

This commit is contained in:
2026-03-06 23:12:38 -06:00
parent aa4aa9b4f2
commit ca4f2283bd

View File

@@ -9,7 +9,13 @@ else
fi 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 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 set -eu
git clone https://git.schroedercity.com/TAI/TA-ProxMenu.git /opt/idssys/ta-proxmenu git clone https://git.schroedercity.com/TAI/TA-ProxMenu.git /opt/idssys/ta-proxmenu