mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Start-Process
Debugging
This commit is contained in:
@@ -79,4 +79,4 @@ else
|
||||
$FileName = $DownLoadUrl.Split('/')[-1]
|
||||
download-file $downloadurl "$powershellpath\$filename"
|
||||
|
||||
Start-Process -FilePath "$powershellpath\$filename" -ArgumentList /quiet
|
||||
Start-Process -FilePath "$powershellpath\$filename /quiet" -WindowStyle Hidden
|
||||
|
||||
Reference in New Issue
Block a user