install_newt-msp-site-win_v2.ps1 aktualisiert

This commit is contained in:
2026-02-18 12:58:48 +01:00
parent e888e49130
commit 657f471cac

View File

@@ -59,7 +59,7 @@ function Download-Newt {
if (!(Test-Path $InstallDir)) { New-Item -ItemType Directory -Path $InstallDir -Force | Out-Null } if (!(Test-Path $InstallDir)) { New-Item -ItemType Directory -Path $InstallDir -Force | Out-Null }
Write-Log "Downloade von $VersionOnly..." "Cyan" Write-Log "Download von $VersionOnly..." "Cyan"
try { try {
Start-BitsTransfer -Source $Url -Destination $Target -Priority Foreground -ErrorAction Stop Start-BitsTransfer -Source $Url -Destination $Target -Priority Foreground -ErrorAction Stop
Copy-Item -Path $Target -Destination $Symlink -Force Copy-Item -Path $Target -Destination $Symlink -Force