minus-squaresirdorius@kbin.socialtoMemes@lemmy.ml•3 browserslinkfedilinkarrow-up0arrow-down17·1 year agoOh ok so just a simple powershell command: Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) Totally easy to remember linkfedilink
minus-squaresirdorius@kbin.socialtoMemes@lemmy.ml•3 browserslinkfedilinkarrow-up0arrow-down14·1 year agohow do you install choco? linkfedilink
Oh ok so just a simple powershell command:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
Totally easy to remember