rhtyd commented on a change in pull request #2394: CLOUDSTACK-10109: Fix
regression from PR #2295
URL: https://github.com/apache/cloudstack/pull/2394#discussion_r160343510
##########
File path: scripts/vm/hypervisor/kvm/setup_agent.sh
##########
@@ -224,17 +224,5 @@ then
setenforce 0
fi
-which aria2c
-if [ $? -gt 0 ]
-then
- yum install epel-release -y
- yum install aria2 -y
- if [ $? -gt 0 ]
- then
- printf "failed to install aria2"
Review comment:
fyi - this is removed as installing cloudstack-agent will install aria2 and
this script assumes a yum-enabled system that will fail on debian/ubuntu etc.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services