From 4d13c365a521210cfd69b48d8362f2fbd111335d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 27 Feb 2026 16:47:32 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 384373d..7393215 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -60,10 +60,12 @@ INSTALL_RMM() { echo echo -en "${idsCL[LightYellow]}Paste the Linux Server URL provided from the Download Agent screen: ${idsCL[Default]}" - read -e RMMURL - wget "${RMMURL}" -o /tmp/rmminstall - TOKEN=$(echo ${RMMURL} | awk -F 'TKN' '{print $2}' | awk -F '/RUN' '{print $1}') bash /tmp/rmminstall - rm -f /tmp/rmminstall + read -e RMMURL + echo "${RMMURL}" + # wget "${RMMURL}" -o /tmp/rmminstall + # TOKEN=$(echo ${RMMURL} | awk -F 'TKN' '{print $2}' | awk -F '/RUN' '{print $1}') + # $(TOKEN=${TOKEN} bash /tmp/rmminstall;) + # rm -f /tmp/rmminstall echo -e "\n${idsCL[Green]}RMM has been installed${idsCL[Default]}" [ ${action-x} ] && exit 0