mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-03 21:53:26 +01:00
abe4cfb739
This is an attempt to reduce the clutter of the sh/ directory by putting similar scripts in their own subdirectories.
11 lines
221 B
Bash
11 lines
221 B
Bash
#!/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
|
|
|
|
sudo pacman -S jdk10-openjdk
|