ScoopInstaller / Scoop

A command-line installer for Windows.

Home Page:https://scoop.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Frequent script error involving setting environmental variables I think

CaptainFrosty opened this issue · comments

Bug Report

Current Behavior

image

Expected Behavior

Haven't looked at install.ps1 so not sure what it is trying to do

Additional context/output

Nothing seems amiss in my variables, haven't noticed any harm nor does it fail to complete update

Possible Solution

System details

Windows version: [e.g. 7, 8, 10, 11]
11 23H2

OS architecture: [e.g. 32bit, 64bit, arm64]
64-bit

PowerShell version: [output of "$($PSVersionTable.PSVersion)"]
7.4.2 Core

Additional software: [(optional) e.g. ConEmu, Git]
It occurs when updating multiple things

Scoop Configuration

 {
  "last_update": "2024-06-03T14:55:08.5062086-04:00",
  "aria2-enabled": true,
  "aria2-warning-enabled": false,
  "update-nightly": true,
  "cat_style": "bat",
  "virustotal_api_key": "XXXXXX",
  "default_architecture": "64bit",
  "scoop_repo": "https://github.com/ScoopInstaller/Scoop",
  "scoop_branch": "master"
}

Seeing the same issue when attempting to update/install Odin.

scoop cache rm * and scoop cleanup * didn't help.

image