utkuozdemir / nvidia_gpu_exporter

Nvidia GPU exporter for prometheus using nvidia-smi binary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scoop install is not updated

lovejoy opened this issue · comments

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