Update proxmenu-scripts.sh

This commit is contained in:
2026-01-01 18:16:12 -06:00
parent 67a09dacf5
commit eda220dbd1

View File

@@ -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"