aws / aws-codedeploy-agent

Host Agent for AWS CodeDeploy
https://aws.amazon.com/codedeploy
Apache License 2.0
328 stars 188 forks source link

CodeDeploy installation on ubuntu 18.04 #313

Closed amikha33 closed 2 years ago

amikha33 commented 2 years ago

as shown step in CodeDeploy installation

image

   sudo ./install deb

Hye Dears need to replace auto with deb , auto cause installation failure sometimes

mwjones-aws commented 2 years ago

Hello,

What errors are you seeing when it fails?

amikha33 commented 2 years ago

Hye @mwjones-aws thanks for your response it was an old issue for 7 moths ago , using sudo ./install auto didn't work with ubuntu machines but when i tried sudo ./install deb it worked well