Update proxmenu-scripts.sh
This commit is contained in:
@@ -61,7 +61,7 @@ INSTALL_RMM() {
|
|||||||
|
|
||||||
echo -en "${idsCL[LightYellow]}Paste the Linux Server URL provided from the Download Agent screen: ${idsCL[Default]}"
|
echo -en "${idsCL[LightYellow]}Paste the Linux Server URL provided from the Download Agent screen: ${idsCL[Default]}"
|
||||||
read -e RMMURL
|
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=$(echo ${RMMURL} | awk -F 'TKN' '{print $2}' | awk -F '/RUN' '{print $1}')
|
||||||
$(TOKEN=${TOKEN} bash /tmp/rmminstall;)
|
$(TOKEN=${TOKEN} bash /tmp/rmminstall;)
|
||||||
rm -f /tmp/rmminstall
|
rm -f /tmp/rmminstall
|
||||||
|
|||||||
Reference in New Issue
Block a user