From d55d068ed92abd1f8bcaa20bef5158ade6f55deb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 28 Feb 2026 15:51:31 -0600 Subject: [PATCH] Update install-ta_proxmenu.sh --- install-ta_proxmenu.sh | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/install-ta_proxmenu.sh b/install-ta_proxmenu.sh index 3da21ea..1833be7 100755 --- a/install-ta_proxmenu.sh +++ b/install-ta_proxmenu.sh @@ -8,18 +8,15 @@ else source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)" fi - -[ "$EUID" -ne 0 ] && PTFUNC="sudo ${ATYPE}" || APTFUNC="${ATYPE}" echo -e "\n${idsCL[LightGreen]}LinUPx Installation Script${idsCL[Default]}" -do_with_root $APTFUNC -y install wget curl git jq sudo +apt -y install wget curl git jq sudo -do_with_root set -eu -do_with_root git clone https://git.schroedercity.com/TAI/TA-ProxMenu.git /opt/idssys/ta-proxmenu -do_with_root ln -s /opt/idssys/ta-proxmenu/run.sh /usr/local/bin/tapm +set -eu +git clone https://git.schroedercity.com/TAI/TA-ProxMenu.git /opt/idssys/ta-proxmenu +ln -s /opt/idssys/ta-proxmenu/run.sh /usr/local/bin/tapm if [ ! -d "/opt/idssys/defaults" ]; then - do_with_root set -eu - do_with_root git clone https://git.schroedercity.com/voltron/iDS-Defaults.git /opt/idssys/defaults + git clone https://git.schroedercity.com/voltron/iDS-Defaults.git /opt/idssys/defaults fi echo ""