selfstarter

chocolatey 설치 하기 본문

App/Flutter

chocolatey 설치 하기

selfstarter 2020. 8. 27. 11:42

chocolatey 설치 하기

  1. https://chocolatey.org/install 로 들어가기
  2. cmd가 아닌 power shell을 관리자 권한으로 실행
  3. 아래 명령어 입력(홈페이지의 최신 명령어 입력할 것)
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'))

4.  choco -v해서 chocolatey의 버전이 잘 나오는지 확인

Comments