사슬 채굴 프로그램 설정
vi install.sh#!/bin/bashsudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-commoncurl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"sudo apt-get updatesudo apt-get install vimsudo apt-get install bpytopsudo apt-get instal..
2024.05.02