Skip to content

WindowsTools/scoop-txt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scoop-txt

Scoop是一款强大的Windows命令行包管理工具,Scoop仓库地址

安装Scoop

系统环境要求

  1. PowerShell 5以上, 查看命令:
    $PSVersionTable
  2. .NET Framework 4.5或更高版本, 查看命令:
    (Get-ItemProperty "HKLM:SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full").Release -ge 378389

安装命令

Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')

# 简短方式安装
iwr -useb get.scoop.sh | iex

特别说明

如果出现脚本无法执行的报错信息,请修改执行策略: Set-ExecutionPolicy RemoteSigned -scope CurrentUser

scoop-txt

scoop-txt源主要包含国内热门的应用程序,添加scoop-txt源到scoop:

scoop bucket add txt https://github.com/TianXiaTech/scoop-txt.git

安装应用:

scoop install weixin
# or
scoop install txt/weixin

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%