From 9af57a2be43fbb451484c136137a28b429371bf1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 7 Mar 2026 01:26:10 -0600 Subject: [PATCH] Update install-ta_proxmenu.sh --- install-ta_proxmenu.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install-ta_proxmenu.sh b/install-ta_proxmenu.sh index 8709758..b7e80fc 100755 --- a/install-ta_proxmenu.sh +++ b/install-ta_proxmenu.sh @@ -9,12 +9,14 @@ 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 +apt -y install proxclmc set -eu