mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Changed launch
Using Start-Process
This commit is contained in:
parent
5b85252043
commit
e2f5d40a6b
1 changed files with 2 additions and 2 deletions
|
@ -78,5 +78,5 @@ else
|
||||||
|
|
||||||
$FileName = $DownLoadUrl.Split('/')[-1]
|
$FileName = $DownLoadUrl.Split('/')[-1]
|
||||||
download-file $downloadurl "$powershellpath\$filename"
|
download-file $downloadurl "$powershellpath\$filename"
|
||||||
write-host "$powershellpath\$filename"
|
|
||||||
."$powershellpath\$filename" /quiet /log "C:\powershell\install.log"
|
Start-Process -FilePath "$powershellpath\$filename" -ArgumentList /quiet, /log "C:\powershell\install.log"
|
||||||
|
|
Loading…
Reference in a new issue