From a2568be16f01a1587da8844687a42dffffaf67ce Mon Sep 17 00:00:00 2001 From: Sears Schulz <36250748+sears-s@users.noreply.github.com> Date: Fri, 23 May 2025 21:16:30 -0500 Subject: [PATCH] Update setup.patch to prevent need for fuzz --- packages/winapps/setup.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/winapps/setup.patch b/packages/winapps/setup.patch index 4f2cd87..b7c95fb 100644 --- a/packages/winapps/setup.patch +++ b/packages/winapps/setup.patch @@ -1,5 +1,5 @@ diff --git a/setup.sh b/setup.sh -index b7d930d6..18000c65 100755 +index 0debe4d..6aeea08 100755 --- a/setup.sh +++ b/setup.sh @@ -39,8 +39,8 @@ readonly SYS_BIN_PATH="/usr/local/bin" # UNIX path to 'bin' dir @@ -21,7 +21,7 @@ index b7d930d6..18000c65 100755 +readonly INQUIRER_PATH="@out@/src/install/inquirer.sh" # UNIX path to the 'inquirer' script, which is used to produce selection menus. # REMOTE DESKTOP CONFIGURATION - readonly VM_NAME="RDPWindows" # Name of the Windows VM (FOR 'libvirt' ONLY). + readonly RDP_PORT=3389 # Port used for RDP on Windows. @@ -155,13 +155,6 @@ function waGetSourceCode() { echo -e "${WARNING_TEXT}[WARNING]${CLEAR_TEXT} You might want to remove your old installation on '${SCRIPT_DIR_PATH}'." fi