안녕하세요. 까막입니다.
헤놀 설치하려고, TCRP 를 USB 에 굽고 부팅후에 my.sh 를 내려받으려고
curl --location "https://github.com/PeterSuh-Q3/tinycore-redpill/raw/main/my.sh.gz" -O;tar -zxvf my.sh.gz;
를 실행하니 에러가 나네요.
curl: (60) SSL certificate problem: certificate is not yet valid
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
tar (child): my.sh.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
인증서 문제가 생긴 것 같은데, 잘 해결되기를 바랍니다.
curl -k --location "https://github.com/PeterSuh-Q3/tinycore-redpill/raw/main/my.sh.gz" -O;tar -zxvf my.sh.gz;
±êÇé¿£ ¹®Á¦°¡ ¾ø´Â°Í °°½À´Ï´Ù. Àú´Â -k ¾øÀ̵µ Àß ¹Þ¾ÆÁö³×¿ä.
°¡´ÉÇϸé menu.sh À» »ç¿ëÇØ º¸½Ã±â ¹Ù¶ø´Ï´Ù.
ÀûÀýÈ÷ CPU º° / ½º·¹µåº° / HBAº° Á¦¾à»çÇ×À» üũÇØ ÁÖ´Â ±â´Éµµ µé¾î°¡ ÀÖ½À´Ï´Ù.
¸»¾¸ÇØ ÁֽŴë·Î Çغ¸°Ú½À´Ï´Ù.