docs: create sysadmin/windows/tools/Install-nano
parent
94124551c8
commit
a1688029ad
|
|
@ -0,0 +1,14 @@
|
||||||
|
<!--
|
||||||
|
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>
|
||||||
Loading…
Reference in New Issue