Created
July 29, 2020 09:22
-
-
Save s-chb/e7616493f325d030343389ffa2dddd03 to your computer and use it in GitHub Desktop.
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 -y install openjdk-11-jdk openjdk-11-jre | |
| sudo apt -y install default-jdk | |
| java -version | |
| wget -O - https://dbeaver.io/debs/dbeaver.gpg.key | sudo apt-key add - | |
| echo "deb https://dbeaver.io/debs/dbeaver-ce /" | sudo tee /etc/apt/sources.list.d/dbeaver.list | |
| sudo apt update | |
| sudo apt -y install dbeaver-ce | |
| apt policy dbeaver-ce |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment