Update proxmenu-scripts.sh

This commit is contained in:
2026-01-01 21:49:24 -06:00
parent 7771e5463a
commit e06005bb35

View File

@@ -40,10 +40,10 @@ INSTALL_SCREENCONNECT() {
* ) * )
echo echo
echo -en "${idsCL[LightYellow]}Paste the URL provided from the RMM Build Installer: ${idsCL[Default]}" echo -en "${idsCL[LightYellow]}Paste the URL provided from the Build Installer: ${idsCL[Default]}"
read -e RMMURL read -e RMMURL
wget "${RMMURL}" -o /tmp/rmminstall wget "${RMMURL}" -o /tmp/rmminstall
dpkg -i /tmp /tmp/rmminstall dpkg -i /tmp/rmminstall
rm -f /tmp/rmminstall rm -f /tmp/rmminstall
echo -e "\n${idsCL[Green]}ScreenConnect has been installed${idsCL[Default]}" echo -e "\n${idsCL[Green]}ScreenConnect has been installed${idsCL[Default]}"