Update install script for reWASD
This commit is contained in:
parent
766bd95f6f
commit
eebe795237
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ $null = New-Module {
|
||||||
$tempDir = $context.GetTempDirectory();
|
$tempDir = $context.GetTempDirectory();
|
||||||
|
|
||||||
Write-Information "Downloading reWASD";
|
Write-Information "Downloading reWASD";
|
||||||
$file = Start-AutomatedDownload $context "https://rewasd.com/" 'a[data-event-category="Download"]' $tempDir;
|
$file = Start-AutomatedDownload $context "https://rewasd.com/" 'a.btn-default[href="#"]' $tempDir;
|
||||||
|
|
||||||
Write-Information "Installing reWASD";
|
Write-Information "Installing reWASD";
|
||||||
Start-Process -Wait -FilePath $file.FullName -ArgumentList "/S";
|
Start-Process -Wait -FilePath $file.FullName -ArgumentList "/S";
|
||||||
|
|
Loading…
Reference in a new issue