15 lines
596 B
HTML
15 lines
596 B
HTML
<!--
|
|
title: Установка nano в Windows
|
|
description:
|
|
published: true
|
|
date: 2024-02-27T13:29:54.179Z
|
|
tags:
|
|
editor: ckeditor
|
|
dateCreated: 2024-02-27T13:29:54.179Z
|
|
-->
|
|
|
|
<p><a href="https://247-it.io/en/install-nano-on-windows/">https://247-it.io/en/install-nano-on-windows/</a></p>
|
|
<p>Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))</p>
|
|
<p> </p>
|
|
<p>choco install nano -y</p>
|