Created
January 20, 2022 08:33
-
-
Save sebastibe/38b81ad83f960ef0b59e7913a961c2af to your computer and use it in GitHub Desktop.
Prepare line machine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt update | |
sudo apt-get install -y curl awscli wget software-properties-common | |
wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | sudo apt-key add - | |
sudo add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ | |
sudo apt-get update | |
sudo apt-get install -y adoptopenjdk-11-hotspot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment