ScoopInstaller / Install

📥 Next-generation Scoop (un)installer

Home Page:https://get.scoop.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Installation Failure

jothplayz opened this issue · comments

Bug Report

Current Behavior

I used the standard installation method, but it then returns path not found and a path where the install.ps1 file is, as well as trying to open git.

Expected Behavior

It supposed to push through the installation procedure smoothly.

Additional context/output

PS C:\Users\jotha> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
PS C:\Users\jotha> iwr -useb get.scoop.sh | iex
Initializing...
Downloading...
Creating shim...
Resolve-Path : Cannot find path 'C:\Users\jotha\scoop\apps\scoop\current\bin\scoop.ps1' because it does not exist.
At line:313 char:21

  • $relativePath = Resolve-Path -Relative $path
    
  •                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (C:\Users\jotha...t\bin\scoop.ps1:String) [Resolve-Path], ItemNotFoundE
      xception
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.ResolvePathCommand

PS C:\Users\jotha\scoop\shims>

Possible Solution

System details

Windows version: [11]

OS architecture: [64bit]

PowerShell version: [5 1 26040 1000]

Additional software: [(optional) e.g. ConEmu, Git]

Scoop Configuration

//# Your configuration here

Do you have an antivirus or something that's quarantining/deleting PowerShell scripts?

None that I know of. I use Windows Antivirus.