Skip to content

Instantly share code, notes, and snippets.

@kobachi
Last active June 29, 2021 12:02
Show Gist options
  • Save kobachi/97109e6ec2f143a7ea6d0882cd5927bb to your computer and use it in GitHub Desktop.
Save kobachi/97109e6ec2f143a7ea6d0882cd5927bb to your computer and use it in GitHub Desktop.
Install Amazon Corretto to Debian. Step by step.
# Install pre-requirements
sudo apt install gnupg software-properties-common
# Add GPG key
curl https://apt.corretto.aws/corretto.key | sudo apt-key add -
# Add Amazon Corretto repository
sudo add-apt-repository 'deb https://apt.corretto.aws stable main'
# Update and Check
sudo apt update
sudo apt searach corretto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment