We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36c476 commit 85c2976Copy full SHA for 85c2976
lib/allora/lib/assets/user-data/node.sh
@@ -15,10 +15,13 @@ echo "Updating and installing required system packages"
15
yum update -y
16
amazon-linux-extras install epel -y
17
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
+yum -y install python3-pip amazon-cloudwatch-agent collectd jq gcc10-10.5.0-1.amzn2.0.2 ncurses-devel telnet aws-cfn-bootstrap
19
20
cd /opt
21
22
+#install Allora CLI tool with pip
23
+pip3 install allocmd --upgrade
24
+
25
#install AWS CLI
26
echo 'Installing AWS CLI v2'
27
curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o "awscliv2.zip"
0 commit comments