Update proxmenu-scripts.sh
This commit is contained in:
@@ -40,10 +40,10 @@ INSTALL_SCREENCONNECT() {
|
||||
* )
|
||||
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
|
||||
wget "${RMMURL}" -o /tmp/rmminstall
|
||||
dpkg -i /tmp /tmp/rmminstall
|
||||
dpkg -i /tmp/rmminstall
|
||||
rm -f /tmp/rmminstall
|
||||
|
||||
echo -e "\n${idsCL[Green]}ScreenConnect has been installed${idsCL[Default]}"
|
||||
|
||||
Reference in New Issue
Block a user