对aria2进行设置 scoopconfigaria2-split3scoopconfigaria2-max-connection-per-server3scoopconfigaria2-min-split-size1M 对scoop_repo进行更改 scoopconfigSCOOP_REPO https://gitee.com/scoop-bucket/scoop 执行以下命令订阅软件仓库 scoop bucket rm main scoop bucketaddmain https://mirror.nju.edu.cn/git/sco...
使用scoop config scoop_repo https://kgithub.com/ScoopInstaller/Scoop 配置scoop的源地址,采用这种方式主要是被kgithub.com镜像网站误导了,网页中看https://kgithub.com/ScoopInstaller/Scoop仓库中bucket的内容,发现其中下载地址也被替换成了kgithub.com,所以当时以为kgithub将所有源代码中的下载地址已经做了替换,...
scoop config SCOOP_REPO https://gitee.com/squallliu/scoop scoop update 更换bucket 源 scoop install git git -C "${Env:USERPROFILE}\scoop\buckets\main" remote set-url origin https://hub.fastgit.org/ScoopInstaller/Main.git # 以此类推 extras 的为 git -C "${Env:USERPROFILE}\scoop\buckets\...
scoop config SCOOP_REPO https://ghproxy.com/github.com/ScoopInstaller/Scoop 设置main bucket 代理 scoop bucketrmmain scoop bucket add main https://ghproxy.com/github.com/ScoopInstaller/Main 添加中国源 scoop bucket add scoop-cn https://ghproxy.com/github.com/duzyn/scoop-cn ...
scoop config SCOOP_REPO "https://gitee.com/glsnames/scoop-installer" scoop update 这样初步就安装好了,可以安装很多绿色且安全的软件了; 然后安装必装的git; scoop install git git安装好以后,就可以开始利用scoop安装各种软件了,安装命令统一都是: ...
scoop config scoop_repo $mirror/https://github.com/ScoopInstaller/Scoop New-Item -ItemType 'directory' -Path "$env:USERPROFILE\scoop\buckets\scoop-cn\bucket" # 可选部分 ## 如果没有安装 Git等常用工具,可以解开下面的注释 ## 先下载几个必需的软件的 JSON,组成一个临时的应用仓库 ...
scoop config SCOOP_REPO https://gitee.com/squallliu/scoop scoop update What does Scoop do? Scoop installs programs from the command line with a minimal amount of friction. It: Eliminates permission popup windows Hides GUI wizard-style installers ...
PS C:\Users\cxxu\Desktop> scoop config last_update scoop_branch scoop_repo --- --- --- 2023/5/26 13:36:35 master https://gitee.com/glsnames/scoop-installer PS C:\Users\cxxu\Desktop> scoop config scoop_repo https://gitee.com/glsnames/scoop-installer...
scoop config SCOOP_REPO "https://gitee.com/scoop-installer/scoop" # 拉取新库地址 scoop update 好了,接下来会不会顺利一点呢? Scoop离线安装包(包含aria2及Butckets) 下载链接:https://pan.baidu.com/s/1QQwcV5Ryl8D_fde0rDzNzQ 提取码:<关注公众号,发送001117> ...
iwr-usebhttps://gitee.com/glsnames/scoop-installer/raw/master/bin/install.ps1|iexscoopconfigSCOOP_REPO'https://gitee.com/glsnames/scoop-installer'scoopupdate 步骤4:安装包(主要是命令行程序): scoopinstall<app_name>scoopinstallsudo Scoop 的基本操作与 Chotolatey 类似。