mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-01 12:47:19 +02:00
Update setup.patch to prevent need for fuzz
This commit is contained in:
parent
b9ef076dc8
commit
a2568be16f
@ -1,5 +1,5 @@
|
|||||||
diff --git a/setup.sh b/setup.sh
|
diff --git a/setup.sh b/setup.sh
|
||||||
index b7d930d6..18000c65 100755
|
index 0debe4d..6aeea08 100755
|
||||||
--- a/setup.sh
|
--- a/setup.sh
|
||||||
+++ b/setup.sh
|
+++ b/setup.sh
|
||||||
@@ -39,8 +39,8 @@ readonly SYS_BIN_PATH="/usr/local/bin" # UNIX path to 'bin' dir
|
@@ -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.
|
+readonly INQUIRER_PATH="@out@/src/install/inquirer.sh" # UNIX path to the 'inquirer' script, which is used to produce selection menus.
|
||||||
|
|
||||||
# REMOTE DESKTOP CONFIGURATION
|
# 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() {
|
@@ -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}'."
|
echo -e "${WARNING_TEXT}[WARNING]${CLEAR_TEXT} You might want to remove your old installation on '${SCRIPT_DIR_PATH}'."
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user