Skip to content

Commit

Permalink
Update WindowsAgentAIOInstall.ps1 ver1.2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FishOrBear committed Apr 5, 2024
1 parent e0aa3b4 commit 452ecd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WindowsAgentAIOInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If (!(Test-Path C:\Temp)) {

cd C:\Temp

powershell Invoke-WebRequest "https://github.com/rustdesk/rustdesk/releases/download/1.2.2/rustdesk-1.2.2-x86_64.exe" -Outfile "rustdesk.exe"
powershell Invoke-WebRequest "https://github.com/rustdesk/rustdesk/releases/download/1.2.3-1/rustdesk-1.2.3-1-x86_64.exe" -Outfile "rustdesk.exe"
Start-Process .\rustdesk.exe --silent-install -wait

$ServiceName = 'Rustdesk'
Expand Down

0 comments on commit 452ecd1

Please sign in to comment.