File tree 3 files changed +3
-5
lines changed
avalanche-ops/src/aws/cfn-templates
blizzardup-aws/cfn-templates
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -568,8 +568,7 @@ Resources:
568
568
while [ 1 ]; do
569
569
sudo apt-get update -yqq && sudo apt-get upgrade -yqq \
570
570
&& sudo apt-get install -yq \
571
- curl wget unzip zip gzip tar libssl-dev \
572
- python3-pip python-setuptools zsh
571
+ curl wget unzip zip gzip tar libssl-dev zsh
573
572
if [ $? = 0 ]; then break; fi; # check return value, break if successful (0)
574
573
sleep 2s;
575
574
done;
Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ Resources:
413
413
jq curl wget \
414
414
unzip zip gzip tar \
415
415
libssl-dev \
416
- python3-pip python-setuptools \
416
+ python3-pip \
417
417
pkg-config \
418
418
protobuf-compiler
419
419
if [ $? = 0 ]; then break; fi; # check return value, break if successful (0)
Original file line number Diff line number Diff line change @@ -345,8 +345,7 @@ Resources:
345
345
while [ 1 ]; do
346
346
sudo apt-get update -yqq && sudo apt-get upgrade -yqq \
347
347
&& sudo apt-get install -yq \
348
- curl wget unzip zip gzip tar libssl-dev \
349
- python3-pip python-setuptools zsh
348
+ curl wget unzip zip gzip tar libssl-dev zsh
350
349
if [ $? = 0 ]; then break; fi; # check return value, break if successful (0)
351
350
sleep 2s;
352
351
done;
You can’t perform that action at this time.
0 commit comments