scoop bucket add iszy https://gitee.com/scoop-installer/scoop-iszy scoop bucket add tomato https://gitee.com/scoop-installer/tomato 自行添加bucket:加速的bucket或自命名bucket 对一个待添加的来自于(github)的bucket用加速镜像来修饰后添加 PS> scoop bucket-h Usage: scoop bucket add|list|known|rm[<...
Write-Warning "Scoop not found in $ToPath,Scoop isn't available now" Write-Warning 'Consider to install a new scoop version before use it' } else { Write-Host "Scoop was found in $ToPath,so scoop is available now!" # 查看当前版本下的buckets scoop bucket list | Format-Table } } 1....
Scoop 默认的 Bucket 为main;官方维护的另一个 Bucket 为extras,我们需要手动添加。 # bucket的用法scoopbucketadd|list|known|rm[<args>] 添加extras : scoopbucketaddextras 同样可以添加可信的第三方Bucket: scoop bucketadddorado https://github.com/chawyehsu/dorado# 或者使用国内镜像,速度快但是非实时同步sco...
Scoop 可安装的软件信息存储在 Bucket(翻译为:桶)中,也可以称其为软件源。Scoop 默认的 Bucket 为main;官方维护的另一个 Bucket 为extras,我们需要手动添加。 12 # bucket的用法scoop bucket add|list|known|rm[<args>] 添加extras : 1 scoop bucket add extras 我们也可以添加第三方 bucket ,示例: 1 scoop...
bucket:桶, 水桶, 吊桶。 在Scoop里指的是包含多个软件manifest的资源库(repository)。 至于为什么不叫repo而叫桶,估计因为软件名为勺吧。 scoop and bucket from http://stewartdollhousecreations.com/ 并不是所有软件都被纳入默认的main资源库,实际上还有很多其他原团队或者个人维护的资源库。 具体列表参考scoop-...
scoop-proxy-cn/master/install.ps1 | iex # config scoop config SCOOP_REPO https://ghp.ci/github.com/ScoopInstaller/Scoop scoop bucket add spc https://ghp.ci/github.com/lzwme/scoop-proxy-cn # 从0.4.0 开始,必须存在 main bucket,否则执行 scoop update 会报错:ERROR 'main' bucket not found....
versions- Alternative versions of apps found in other buckets. Themainbucket is installed by default. You can make use of more buckets by typing: scoop bucket add <name> For example, to add theextrasbucket, type: scoop bucket add extras ...
我们需要重新添加 main bucket : scoop bucket add main #添加 main bucket 网络问题导致app安装失败 一个示例: scoop install mediainfo 当安装 mediainfo 时由于网络问题,安装包无法下载,从命令行输出信息中可以看到如下内容 ERROR Download failed! (Error 1) An unknown error occurred ERROR https://mediaarea....
bucket add spc https://mirror.ghproxy.com/github.com/lzwme/scoop-proxy-cn#从 0.4.0 开始,必须存在 main bucket,否则执行 scoop update 会报错:ERROR 'main' bucket not found. Failed to remove local 'main' bucket.scoop bucket rm main scoop bucket add main https://mirror.ghproxy.com/github....
# not found return $null } Function Test-CommandAvailable { param ( [String]$Name ) Return [Boolean](Get-Command $Name -ErrorAction Ignore) } function Get-HelperPath { [CmdletBinding()] param( [Parameter(Mandatory = $true, Position = 0, ValueFromPipeline = $true)] ...