mirror of
https://github.com/winapps-org/winapps.git
synced 2025-05-31 20:37:18 +02:00
Add manual option to allow using an existing Windows installation
Signed-off-by: Felix Bartels <felix@9wd.eu>
This commit is contained in:
parent
ed88ae9111
commit
2741dfd3a2
@ -348,6 +348,7 @@ RDP_IP=""
|
||||
# - 'docker'
|
||||
# - 'podman'
|
||||
# - 'libvirt'
|
||||
# - 'manual'
|
||||
WAFLAVOR="docker"
|
||||
|
||||
# [DISPLAY SCALING FACTOR]
|
||||
|
@ -1493,6 +1493,9 @@ function waInstall() {
|
||||
|
||||
# Check if the Windows VM is powered on.
|
||||
waCheckVMRunning
|
||||
elif [ "$WAFLAVOR" = "manual" ]; then
|
||||
# TODO do some checks for an existing windows vm
|
||||
echo "Using existing vm"
|
||||
else
|
||||
# Display the error type.
|
||||
echo -e "${ERROR_TEXT}ERROR:${CLEAR_TEXT} ${BOLD_TEXT}INVALID WINAPPS BACKEND.${CLEAR_TEXT}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user