GithubHelp home page GithubHelp logo

mufeng510 / scoop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from star2000/scoop

0.0 0.0 0.0 9.81 MB

自用的scoop仓库,相较于原仓库更改了代理方式,避免代理失效无法获取仓库更新

License: Other

C# 3.33% PowerShell 96.32% Makefile 0.35%

scoop's Introduction

Scoop

改动

  • 安装同名包时首选main仓库里的
  • 添加桶时使用浅克隆加速
  • 集成github镜像,能在墙内更快的下载来自github的文件。为了降低github镜像的负担,仅在墙内生效,判断依据能否访问v2ray.com/robots.txt
  • 调整了aria2的默认参数,以最大化下载速度
  • 安装脚本改自ScoopInstaller/Install。安装时附带了appskkzzhizhou/scoop-apps,聚合了绝大部分 scoop 桶,开箱即用

安装

普通用户执行

Set-ExecutionPolicy rem -s c;iwr -useb https://mirror.ghproxy.com/https://raw.githubusercontent.com/mufeng510/scoop/master/install.ps1 | iex

管理员执行

Set-ExecutionPolicy rem -s c;iwr -useb https://mirror.ghproxy.com/https://raw.githubusercontent.com/mufeng510/scoop/master/install.ps1 -outfile 'install.ps1';.\install.ps1 -RunAsAdmin;rm .\install.ps1

建议安装

scoop install sudo scoop-search
  • sudo 以管理员权限运行后续命令
  • scoop-search 更快的搜索软件

一行代码更新软件及删除旧版及缓存

sudo scoop update | scoop update * -s | scoop cleanup * | scoop cache rm *

设置代理

#在国内的环境下,无法避免会有部分网址无法链接需要代理
scoop config proxy 你的代理地址

#移除代理
scoop config rm proxy

更多用法

scoop help

设置

scoop help config

scoop's People

Contributors

ash258 avatar asmgf avatar brandon93s avatar calinou avatar chawyehsu avatar chrjean avatar danielkocot avatar deevus avatar engelhro avatar jkrehm avatar kodybrown avatar leonyu avatar lukesampson avatar martinlindhe avatar matthewjberger avatar moigagoo avatar monotykamary avatar mplew-is avatar nightroman avatar niheaven avatar ntwb avatar r15ch13 avatar rasa avatar rashil2000 avatar rivy avatar rrelmy avatar sakai135 avatar scottwillmoore avatar sestegra avatar star2000 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.