Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
ms:win:choco [2021/02/05 14:57] – js | ms:win:choco [2021/02/17 08:33] (current) – js |
---|
| |
<code>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'))</code> | <code>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'))</code> |
| |
| ==== Links ==== |
| [[ms:win:choco:inst:atomgit|Example install]] of editor Atom + git + sync-settings |