ScoopInstaller / Scoop

A command-line installer for Windows.
https://scoop.sh
Other
21k stars 1.4k forks source link

[Bug] After reinstalling, entering “scoop list” software name will print twice 重装后输入scoop list软件名会打印两次 #5978

Closed xianyu23333 closed 4 months ago

xianyu23333 commented 4 months ago

Bug Report

Current Behavior

After reinstalling, entering “scoop list” software name will print twice 重装后输入scoop list软件名会打印两次

Additional context/output

image

System details

Windows 11

Scoop Configuration

{ "last_update": "2024-05-18T21:38:10.4491386+08:00", "aria2-enabled": false, "aria2": "-enabled", "aria2-warning-enabled": true, "scoop_repo": "https://github.com/ScoopInstaller/Scoop", "scoop_branch": "master", "proxy": "127.0.0.1:7897", "global_path": "D:\Scoop" }

HUMORCE commented 4 months ago

Because the global dir and Scoop Core dir are same path.

Tracked here: #4424