Win系统中apt install nginx
标签搜索

Win系统中apt install nginx

open
2024-06-26 / 0 评论 / 21 阅读 / 正在检测是否收录...

第一步 安装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

评论 (0)

取消