mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
Start-Process
Debugging
This commit is contained in:
parent
61a06473ec
commit
9c4220832a
1 changed files with 1 additions and 1 deletions
|
@ -79,4 +79,4 @@ else
|
||||||
$FileName = $DownLoadUrl.Split('/')[-1]
|
$FileName = $DownLoadUrl.Split('/')[-1]
|
||||||
download-file $downloadurl "$powershellpath\$filename"
|
download-file $downloadurl "$powershellpath\$filename"
|
||||||
|
|
||||||
Start-Process -FilePath "$powershellpath\$filename" -ArgumentList /quiet
|
Start-Process -FilePath "$powershellpath\$filename /quiet" -WindowStyle Hidden
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue