mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -07:00
Remove unnecessary obj
This commit is contained in:
parent
43a7a5a990
commit
7e055ec6cc
2 changed files with 3 additions and 3 deletions
|
@ -17,6 +17,7 @@
|
|||
# 6.2 is 2012
|
||||
# 6.3 is 2012 R2
|
||||
|
||||
Start-Transcript "C:\powershell\scriptlog.txt"
|
||||
|
||||
if ($PSVersionTable.psversion.Major -ge 3)
|
||||
{
|
||||
|
@ -77,5 +78,5 @@ else
|
|||
|
||||
$FileName = $DownLoadUrl.Split('/')[-1]
|
||||
download-file $downloadurl "$powershellpath\$filename"
|
||||
|
||||
."$powershellpath\$filename" /quiet
|
||||
Stop-Transcript
|
||||
."$powershellpath\$filename" /quiet /log "C:\powershell\install.log"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue