docs: update sysadmin/windows/tools/Install-nano
parent
447f119edd
commit
3358557b81
|
|
@ -2,7 +2,7 @@
|
|||
title: Установка nano в Windows
|
||||
description:
|
||||
published: true
|
||||
date: 2024-02-27T13:30:12.050Z
|
||||
date: 2024-02-27T13:30:44.288Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2024-02-27T13:29:54.179Z
|
||||
|
|
@ -10,6 +10,9 @@ dateCreated: 2024-02-27T13:29:54.179Z
|
|||
|
||||
[https://247-it.io/en/install-nano-on-windows/](https://247-it.io/en/install-nano-on-windows/)
|
||||
|
||||
```bash
|
||||
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'))
|
||||
|
||||
choco install nano -y
|
||||
```
|
||||
```
|
||||
choco install nano -y
|
||||
```
|
||||
Loading…
Reference in New Issue