docs: create sysadmin/windows/tools/Install-nano
This commit is contained in:
14
sysadmin/windows/tools/Install-nano.html
Normal file
14
sysadmin/windows/tools/Install-nano.html
Normal file
@@ -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>
|
||||||
Reference in New Issue
Block a user