Skip to content

Commit 85c2976

Browse files
committed
adding allocmd to user-data
1 parent e36c476 commit 85c2976

File tree

1 file changed

+4
-1
lines changed
  • lib/allora/lib/assets/user-data

1 file changed

+4
-1
lines changed

lib/allora/lib/assets/user-data/node.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ echo "Updating and installing required system packages"
1515
yum update -y
1616
amazon-linux-extras install epel -y
1717
yum groupinstall "Development Tools" -y
18-
yum -y install amazon-cloudwatch-agent collectd jq gcc10-10.5.0-1.amzn2.0.2 ncurses-devel telnet aws-cfn-bootstrap
18+
yum -y install python3-pip amazon-cloudwatch-agent collectd jq gcc10-10.5.0-1.amzn2.0.2 ncurses-devel telnet aws-cfn-bootstrap
1919

2020
cd /opt
2121

22+
#install Allora CLI tool with pip
23+
pip3 install allocmd --upgrade
24+
2225
#install AWS CLI
2326
echo 'Installing AWS CLI v2'
2427
curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o "awscliv2.zip"

0 commit comments

Comments
 (0)