Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 22 user agent data #17

Open
Andrew-Chen-Wang opened this issue Mar 20, 2023 · 2 comments
Open

Ubuntu 22 user agent data #17

Andrew-Chen-Wang opened this issue Mar 20, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@Andrew-Chen-Wang
Copy link
Owner

Andrew-Chen-Wang commented Mar 20, 2023

#!/bin/bash
sudo apt update
sudo apt -y upgrade
sudo apt-get -y install ruby-full ruby-webrick wget
cd /tmp
wget -4 https://aws-codedeploy-us-east-1.s3.us-east-1.amazonaws.com/releases/codedeploy-agent_1.3.2-1902_all.deb
mkdir codedeploy-agent_1.3.2-1902_ubuntu22
dpkg-deb -R codedeploy-agent_1.3.2-1902_all.deb codedeploy-agent_1.3.2-1902_ubuntu22
sed 's/Depends:.*/Depends:ruby3.0/' -i ./codedeploy-agent_1.3.2-1902_ubuntu22/DEBIAN/control
dpkg-deb -b codedeploy-agent_1.3.2-1902_ubuntu22/
sudo dpkg -i codedeploy-agent_1.3.2-1902_ubuntu22.deb
sudo systemctl list-units --type=service | grep codedeploy
sudo service codedeploy-agent start

from: https://stackoverflow.com/questions/73301858/aws-codedeploy-agent-not-installing-on-ubuntu-22-04

@Andrew-Chen-Wang Andrew-Chen-Wang added the bug Something isn't working label Mar 20, 2023
@Andrew-Chen-Wang
Copy link
Owner Author

still not working

@Andrew-Chen-Wang
Copy link
Owner Author

this wasn't necessary; released just 5 days ago: aws/aws-codedeploy-agent#349

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant