Shasum command not found
Github Action 으로 CI/CD 구축 중 self-hosted runner 를 Linux CentOS 7에 설치하는 도중 발생
$ echo "... actions-runner-linux-x64-2.299.1.tar.gz" | shasum -a 256 -c
shasum은 SHA 메시지 다이제스트, 암호화 체크섬 또는 암호화 해시코드를 계산하는 데 사용됩니다.
Reference : https://linuxhint.com/shasum-linux/
아래 명령어를 실행하여 shasum 설치
$ yum install perl-Digest-SHA -y