Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f12a5ae974 | ||
|
|
3358557b81 | ||
|
|
447f119edd | ||
|
|
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>
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: Установка nano в Windows
|
||||
description:
|
||||
published: true
|
||||
date: 2024-02-27T16:15:42.054Z
|
||||
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/)
|
||||
|
||||
```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
|
||||
```
|
||||
Reference in New Issue
Block a user