728x90
    
    
    
  먼저 Powershell을 띄우고
$psversiontable.psversion.major # should be >= 3
set-executionpolicy remotesigned -scope currentuser
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
이렇게 치면 자동으로 scoop이 설치된다 ㅎ 이제 귀찮게 사이트에 들어가서 하나씩 받아 설치하지 말고 커맨드 하나로 간편하게 설치 ㄱㄱ
반응형
    
    
    
  'Development > OS' 카테고리의 다른 글
| [Docker] daemon.json 파일 위치 (2) | 2018.01.16 | 
|---|---|
| [Windows10] 시작 프로그램 폴더 찾기 (0) | 2017.09.24 | 
| [Docker] Error response from daemon: Get https://xxx.com/v2/: x509: certificate signed by unknown authority (0) | 2017.06.30 | 
| [macOS] Homebrew를 통해 iTerm 설치하기 (0) | 2017.04.07 | 
| [Windows] 관리자 권한으로 실행하는 단축키 (0) | 2017.04.06 |