Last active
August 20, 2024 07:17
-
-
Save goesang/467fb7baec029c98c727080eb44920c2 to your computer and use it in GitHub Desktop.
oh my ldcc 및 gominx 설치 가이드
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. 윈도우를 회신 업데이트 합니다. | |
2. 파월쉘을 관리자 모드로 열고나서 아래 명령어를 입력합니다. | |
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://gist.githubusercontent.com/goesang/7a0d1bd1e3830246a66ab7e062e0453a/raw/583d58a13e531b64d1e938c166d675bac81c2d63/oml.ps1')) | |
3. gominix를 설치하기 위해서는 위의 스크립트로 wsl2를 설치하신후 아래 gominix 이미지를 import 하시면 됩니다. | |
gominix 다운로드 - https://chamomile.ldcc.co.kr/wp-content/uploads/automation/gominix.tar | |
wsl --import Gominix C:\Users\LDCC\gominix E:\Gominix.tar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment