From 0ef044dbbbc396b7537bbc9a294ed9b2cb598698 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 27 Feb 2026 16:52:00 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 10822e6..21bc4d6 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -61,7 +61,7 @@ INSTALL_RMM() { 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 + 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