We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
v1.5.1 has been released which includes #234
Sorry, something went wrong.
brandonskiser
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: