首页 > Windows开发 > 详细

Windows安装scoop的方法

时间:2021-03-16 11:37:07      阅读:28      评论:0      收藏:0      [点我收藏+]

1.Make sure PowerShell 5 (or later, include PowerShell Core) and .NET Framework 4.5 (or later) are installed. Then run
执行下面的命令:
Invoke-Expression (New-Object System.Net.WebClient).DownloadString(‘https://get.scoop.sh‘)

or shorter

或者执行下面更简短的命令
iwr -useb get.scoop.sh | iex

2.Note: if you get an error you might need to change the execution policy (i.e. enable Powershell) with
如果执行上面的2条命令都失败了,请先执行下面的命令来改变执行策略
Set-ExecutionPolicy RemoteSigned -scope CurrentUser

技术分享图片

Windows安装scoop的方法

原文:https://www.cnblogs.com/nonamelake/p/14541709.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!