使用Github Action每天自动合并其他scoop仓库的更新,仓库地址:https://github.com/kkzzhizhou/scoop-apps scoopscoop-appsscoop-bucketgithub-actionsmerge-scoop-bucket UpdatedJan 28, 2025 templ 中国用户能用的 Scoop 应用库,每日同步 Scoop 的官方库,加速应用的下载速度 ...
github-actions[bot] gale: Update to version 1.1.5 fdc3b0a· Nov 30, 2024 History26 Commits .github Initial commit Sep 2, 2024 .vscode Initial commit Sep 2, 2024 bin Initial commit Sep 2, 2024 bucket gale: Update to version 1.1.5 Nov 30, 2024 ...
scoop-apps.code-workspace Repository files navigation README Unlicense license scoop-apps A few application manifests I have created. I would like to thank the authors who originally some of these manifests. scoop bucket add EdenWise_scoop-apps https://github.com/EdenWise/scoop-apps scoop ...
本应用库使用的是 GitHub Proxy 和GitHub Actions。 特性有: 本应用库包含 Scoop 的安装脚本,用于国内用户初次下载安装 Scoop。 本应用库同时包含了 Scoop 官方的十个应用库:main、extras、versions、nirsoft、sysinternals、php、nerd-fonts、nonportable、java、games(可使用命令 scoop bucket known 查看),用一个库...
scoop scoop-apps scoop-core scoop-tools scoop-bucket Updated Feb 11, 2023 pvarentsov / scoop-iola Star 0 Code Issues Pull requests 🔄 iola: Scoop app manifest. scoop-tools scoop-bucket iola Updated Jul 22, 2022 yukihane / update-scoop-on-azure-functions Star 0 Code Issues Pul...
scoop bucket add apps https://github.com/kkzzhizhou/scoop-apps #65个Scoop仓库合集,社区库需要指定url 添加这个库比较慢 Scoop的常用命令 scoop help #查看帮助scoop help <某个命令> # 具体查看某个命令的帮助scoop search xxx # 安装之前,通过 search 搜索 APP, 确定软件名称scoop install AppName #...
title: 使用 scoop 安装管理 windows 软件(2):github 加速 date: 2021-03-23 14:51:24 tags: scoop categories: apps ref: (https://github.com/ScoopInstaller/Scoop) 1. 安装 scoop 1.1 安装 PowerShell 5.0 以上版本 win10: 已自带; win7 x64: 下载 Win7AndW2K8R2-KB3191566-x64.zip,安装; ...
Scoop是一款适用于Windows平台的命令行软件(包)管理工具,这里是Github介绍页。简单来说,就是可以通过命令行工具(PowerShell、CMD等)实现软件(包)的安装管理等需求,通过简单的一行代码实现软件的下载、安装、卸载、更新等操作。其灵感来源于macOS的Homebrew,Mac用户可以去了解了解。
📦 A Scoop bucket for alternative versions of apps. PowerShell221214 PowerShell26592 scoopinstaller.github.ioscoopinstaller.github.ioPublic ScoopInstaller homepage and search engine TypeScript9018 Repositories NonportablePublic 📦 Scoop bucket for non-portable applications. ...
$script.Replace('https://github.com', "$mirror/https://github.com") > $installer_cn # 根据scoopd官方文档,管理员(权限)安装scoop时需要添加参数 -RunAsAdmin参数,否则会无法安装 # 或者你可以直接将上述代码下载下来的家目录scoop_installer_cn文件中的相关代码片段注释掉(Deny-Install 调用语句注释掉) ...