2018-08-31 22:06:12 +02:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# Java is a programming language used in many programming contests.
|
|
|
|
# This is arguably the only reason why we have it here.
|
|
|
|
#
|
|
|
|
# https://wiki.archlinux.org/index.php/Java
|
|
|
|
|
|
|
|
set -xe
|
|
|
|
|
2018-09-08 00:07:20 +02:00
|
|
|
sudo pacman -S jdk10-openjdk
|