From f12a5ae974881e00cff557f579c406478520144c Mon Sep 17 00:00:00 2001 From: Administrator Date: Tue, 27 Feb 2024 16:15:46 +0000 Subject: [PATCH] docs: update sysadmin/windows/tools/Install-nano --- sysadmin/windows/tools/Install-nano.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysadmin/windows/tools/Install-nano.md b/sysadmin/windows/tools/Install-nano.md index d6fa969..451bb1d 100644 --- a/sysadmin/windows/tools/Install-nano.md +++ b/sysadmin/windows/tools/Install-nano.md @@ -2,7 +2,7 @@ title: Установка nano в Windows description: published: true -date: 2024-02-27T13:30:44.288Z +date: 2024-02-27T16:15:42.054Z tags: editor: markdown dateCreated: 2024-02-27T13:29:54.179Z @@ -11,7 +11,7 @@ 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')) +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