Update WindowsAgentAIOInstall.ps1

This commit is contained in:
dinger1986 2023-07-11 22:05:21 +01:00 committed by GitHub
parent 7088c180f1
commit 55595cfd88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,8 +43,6 @@ If (!(Test-Path "$env:ProgramFiles\Rustdesk\RustDesk.exe")) {
Invoke-WebRequest https://github.com/rustdesk/rustdesk/releases/download/1.2.0/rustdesk-1.2.0-x86_64.exe -Outfile rustdesk.exe
Expand-Archive rustdesk.zip
cd rustdesk
Start-Process "rustdesk.exe" -argumentlist "--silent-install" -wait
# Cleanup Tempfiles