From eda220dbd15857b1283dacc4eb1393c538374724 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 1 Jan 2026 18:16:12 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 9baf540..9951cda 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -34,7 +34,7 @@ INSTALL_PROXMENUX() { } INSTALL_SCREENCONNECT() { - read -n 1 -p "Are you sure you wish to install Acronis (Y/n)?" choice + read -n 1 -p "Are you sure you wish to install ScreenConnect (Y/n)?" choice case "$choice" in [Nn]) MAIN_MENU;; * ) @@ -46,7 +46,7 @@ INSTALL_SCREENCONNECT() { dpkg -i /tmp /tmp/rmminstall rm -f /tmp/rmminstall - echo -e "\n${idsCL[Green]}Acronis has been installed${idsCL[Default]}" + echo -e "\n${idsCL[Green]}ScreenConnect has been installed${idsCL[Default]}" [ ${action-x} ] && exit 0 ENTER2CONTINUE esac @@ -103,3 +103,7 @@ fi exit 0 +# Invoke-Expression "& { $(Invoke-RestMethod https://gist.githubusercontent.com/Jason-Clark-FG/68e23b534f5be4e3f3b43f3bd37f1d65/raw/3cb722298d72d2d12f2e7359473308925c4b8081/Uninstall-VMwareTools.ps1) } -Uninstall -Force" + + +