mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-29 03:34:46 +01:00
11 lines
216 B
Plaintext
11 lines
216 B
Plaintext
|
#!/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
|
||
|
|
||
|
pacman -S jdk10-openjdk
|