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

Linux remote SSH installations are unable to update #235

Closed
brandonskiser opened this issue Dec 11, 2024 · 1 comment
Closed

Linux remote SSH installations are unable to update #235

brandonskiser opened this issue Dec 11, 2024 · 1 comment
Assignees
Labels
bug Something isn't working os:linux
Milestone

Comments

@brandonskiser
Copy link
Contributor

Installations for the remote SSH integration are unable to update for versions v1.4.6 and v1.5.0. Users on these versions will need to manually update by installing according to the instructions outlined in the AWS documentation.

Essentially, run:

# For x86_64
curl --proto '=https' --tlsv1.2 -sSf "https://desktop-release.codewhisperer.us-east-1.amazonaws.com/latest/q-x86_64-linux.zip" -o "q.zip"
# For ARM
# curl --proto '=https' --tlsv1.2 -sSf "https://desktop-release.codewhisperer.us-east-1.amazonaws.com/latest/q-aarch64-linux.zip" -o "q.zip"

unzip q.zip
./q/install.sh
@brandonskiser brandonskiser added bug Something isn't working os:linux labels Dec 11, 2024
@brandonskiser brandonskiser self-assigned this Dec 11, 2024
@brandonskiser brandonskiser pinned this issue Dec 11, 2024
@grant0417 grant0417 added this to the 1.6.0 milestone Dec 11, 2024
@brandonskiser
Copy link
Contributor Author

v1.5.1 has been released which includes #234

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

No branches or pull requests

2 participants