Programming/DevelopTool

[scoop] powershell scoop 설치

bisi 2019. 4. 15. 23:12

Powershell을 통한 scoop 설치 

 

 

1.  아래와 같이 실행 정책 관련 명령어 입력 

PS C:\Users\logha> Set-ExecutionPolicy RemoteSigned -scope CurrentUser

 

2. 실행 정책 변경 -> y

 

3. Scoop 다운로드

iex (new-object net.webclient).downloadstring('https://get.scoop.sh')