第一步 安装chocolatey程序— 这个命令在pwershell管理员模式下执行
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
第二部 使用
choco install nginx
choco install wget
choco install vim
评论 (0)