diff --git a/.github/deployer/init_script.sh b/.github/deployer/init_script.sh index cd2af8b14..bca364fc3 100755 --- a/.github/deployer/init_script.sh +++ b/.github/deployer/init_script.sh @@ -166,7 +166,7 @@ sudo chmod a+x /usr/local/bin/dasel # Install boto3, yq, and jq apt-get install python3-pip -y -pip3 install boto3 pwinput +pip3 install boto3 pwinput solana apt-get install jq -y wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 chmod +x /usr/local/bin/yq