From af9df97fff60eb175f26c1a9ee1cedfeadc5642d Mon Sep 17 00:00:00 2001 From: Dragoon Dorise Date: Sat, 25 Jan 2025 22:02:50 +0100 Subject: [PATCH] force ESDE --- setup.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.ps1 b/setup.ps1 index 8680e052..1ebe3af6 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -67,8 +67,8 @@ if(-not($test) -and $doInstallPegasus -eq "true" ){ if($doInstallSRM -eq "true" ){ SRM_install } -$test=Test-Path -Path "$esdePath\ES-DE.exe" -if(-not($test) -and $doInstallESDE -eq "true" ){ + +if($doInstallESDE -eq "true" ){ ESDE_install }