WinApps-share / WinApps-bucket

Scoop bucket
https://www.winapps.cc
5 stars 0 forks source link

WinApps Scoop bucket

GitHub Repo stars


这是一个 Scoop bucket,其中包含了 WinApps 网站内大部分软件。让你无需下载安装包,直接使用 Scoop 命令行安装、更新、卸载软件。

使用方法

安装 Scoop

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression

添加 Scoop bucket

scoop bucket add winapps https://github.com/WinApps-share/WinApps-bucket.git

安装软件

scoop install winapps/<软件名>

更新软件

scoop update <软件名>

卸载软件

scoop uninstall <软件名>