View jdk11_setup.sh
#!/bin/bash | |
### | |
# Sets up Java development environment with JDK 11 on Debian/Ubuntu derivatives. | |
# Make this file executable before running: chmod +x jdk11_setup.sh | |
# https://gist.github.com/caglarturali/b25a054832ddccfdacc38b476e8378de | |
## | |
SRC_PATH="/etc/apt/sources.list.d/debian_10_temp.list" |