docs: update sysadmin/windows/tools/Install-nano
parent
a1688029ad
commit
447f119edd
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
title: Установка nano в Windows
|
||||||
|
description:
|
||||||
|
published: true
|
||||||
|
date: 2024-02-27T13:30:12.050Z
|
||||||
|
tags:
|
||||||
|
editor: markdown
|
||||||
|
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/)
|
||||||
|
|
||||||
|
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
|
||||||
Loading…
Reference in New Issue