Compare commits
No commits in common. "f12a5ae974881e00cff557f579c406478520144c" and "94124551c82972ecdafadf73a1cd02a0a5147b7b" have entirely different histories.
f12a5ae974
...
94124551c8
|
|
@ -1,14 +0,0 @@
|
||||||
<!--
|
|
||||||
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>
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
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
|
|
||||||
```
|
|
||||||
Loading…
Reference in New Issue