Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scoop install is not updated #121

Open
lovejoy opened this issue Aug 28, 2023 · 1 comment
Open

scoop install is not updated #121

lovejoy opened this issue Aug 28, 2023 · 1 comment

Comments

@lovejoy
Copy link

lovejoy commented Aug 28, 2023

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants