Skip to content

Instantly share code, notes, and snippets.

@simplymathematics
Created June 16, 2020 21:27
Show Gist options
  • Save simplymathematics/7d4f65c004008998011645a266a72b66 to your computer and use it in GitHub Desktop.
Save simplymathematics/7d4f65c004008998011645a266a72b66 to your computer and use it in GitHub Desktop.
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command " [System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
choco install wget
wget
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment