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

[DEV BRANCH][Bug] install/update app from the wrong bucket #4662

Closed
HUMORCE opened this issue Jan 16, 2022 · 1 comment
Closed

[DEV BRANCH][Bug] install/update app from the wrong bucket #4662

HUMORCE opened this issue Jan 16, 2022 · 1 comment
Labels

Comments

@HUMORCE
Copy link
Member

HUMORCE commented Jan 16, 2022

Bug Report

Current Behavior

app cannot be installed/updated from specified/original bucket.

Expected Behavior

install the app from the specified bucket.

Additional context/output

> scoop list firefox
Installed apps matching 'firefox':

  firefox 96.0 [nuke]
> scoop update firefox
> scoop list firefox
Installed apps matching 'firefox':

  firefox 96.0.1 [extras]
> scoop install nuke/discord
> scoop list discord
Installed apps matching 'discord':

  discord 0.0.311 [extras]

all shortcuts defined in the original manifest still exist, even if the wrong manifest is installed.

Possible Solution

i have not checked the source code yet.

System details

Windows version: 11 21H2

OS architecture: x64

PowerShell version: win 5.1.22000.282 / core 7.1.2

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

Scoop Configuration

{
    "lastupdate":  "2022-01-16T03:14:56.4497163+00:00",
    "SCOOP_REPO":  "git@github.com:ScoopInstaller/Scoop.git",
    "SCOOP_BRANCH":  "develop",
    "debug":  true,
    "alias":  {
                  "rife":  "scoop-rife",
                  "replace":  "scoop-replace",
                  "kill":  "scoop-kill"
              },
    "MSIEXTRACT_USE_LESSMSI":  true,
    "proxy":  "none",
    "aria2-enabled":  false,
    "aria2-options":  [
                          "--all-proxy=\"http://127.0.0.1:1080\""
                      ]
}
@niheaven
Copy link
Member

Please test the fixed PR so I could merge it, thanks.

@HUMORCE HUMORCE closed this as completed Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants