Skip to content

Commit

Permalink
Changes in the update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Herranz Ramírez committed Jan 30, 2025
1 parent dd21f56 commit 751219a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wsl/install/update_windows.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sub run {
$self->run_in_powershell(cmd => "Invoke-WebRequest -Uri \"$vbs_url\" -OutFile \"$env:TEMP\\UpdateInstall.ps1\"");
$self->run_in_powershell(cmd => "Set-ExecutionPolicy Bypass -Scope CurrentUser -Force");
$self->run_in_powershell(
cmd => '$env:TEMP\\UpdateInstall.ps1 -NonInteractive',
cmd => "\$env:TEMP\\UpdateInstall.ps1 -NonInteractive",
code => sub {
die("Update script finished unespectedly or timed out...")
unless wait_serial('0', timeout => 3600);
Expand Down

0 comments on commit 751219a

Please sign in to comment.