utkuozdemir / nvidia_gpu_exporter

Nvidia GPU exporter for prometheus using nvidia-smi binary
MIT License
844 stars 104 forks source link

scoop install is not updated #121

Open lovejoy opened 1 year ago

lovejoy commented 1 year ago

Describe the bug https://github.com/utkuozdemir/nvidia_gpu_exporter/blob/master/INSTALL.md To Reproduce Steps to reproduce the behavior:

  1. Run command 'Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')'
  2. See error Running the installer as administrator is disabled by default, see https://github.com/ScoopInstaller/Install#for-admin for details.

Expected behavior accoding to https://github.com/ScoopInstaller/Install#for-admin the command should be

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
iex "& {$(irm get.scoop.sh)} -RunAsAdmin
kaunghtetsan275 commented 3 weeks ago

Manually install Scoop by entering this line in PowerShell (Admin) iex "& {$(irm get.scoop.sh)} -RunAsAdmin"

Restart Powershell (Admin) and continue installation using .\windows.ps