其他分享
首页 > 其他分享> > scoop安装

scoop安装

作者:互联网

powershell 中执行下面命令,默认安装

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
irm get.scoop.sh | iex

下载安装脚本,自定义目录

 irm get.scoop.sh -outfile 'scoop_install.ps1'
 .\scoop_install.ps1 -ScoopDir 'D:\scoop' -ScoopGlobalDir 'D:\scoop\' -NoProxy

卸载scoop

scoop uninstall scoop

标签:get,scoop,sh,irm,ExecutionPolicy,ps1,安装
来源: https://www.cnblogs.com/lalavender/p/16321447.html