Skip to content

Commit

Permalink
update 1
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuRietman committed Feb 17, 2017
1 parent 1ef57bf commit a6bc42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CustomScripts/nVIDIAdTeradiciLeostreamAgents.ps1
Expand Up @@ -88,7 +88,7 @@ $nvidiacerUrl = [System.String]::Format("https://{0}.blob.core.windows.net/{1}/n
$nvcerUrl = [System.String]::Format("{0}",$nvidiacerUrl)
wget $nvcerUrl -OutFile C:\Downloadinstallers\nvidia.zip
Unzip "C:\Downloadinstallers\nvidia.zip" "C:\"
certutil -addstore "TrustedPublisher" C:\nvidia.cer
certutil -f -addstore "TrustedPublisher" C:\nvidia.cer

$nvidiaUrl = [System.String]::Format("{0}",$nvidiaazureURL)
Write-Host "The NVIDIA Driver exe Url is '$nvidiaUrl'"
Expand Down

2 comments on commit a6bc42b

@dwaiba
Copy link

@dwaiba dwaiba commented on a6bc42b Feb 19, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks will test

@dwaiba
Copy link

@dwaiba dwaiba commented on a6bc42b Feb 19, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested worked and updated README.md with the specific fork commit credits

NVIDIA GRID 4.1 (369.71) with Azure Driver (Defaulted) and working

P.S: The NVIDIA GRID 4.1 (369.71) with "Azure" Driver silent install works with certificate force trust - Thanks to Mathieu Rietman's commit on fork

Please sign in to comment.