From 1b3570804184f62ff96ff6f2f6fc43b4c999678d Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 8 Feb 2024 19:27:55 +0100 Subject: minecraft working :tada: --- rootfs/etc/profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rootfs/etc') diff --git a/rootfs/etc/profile b/rootfs/etc/profile index 431ef69..f457aee 100644 --- a/rootfs/etc/profile +++ b/rootfs/etc/profile @@ -1,5 +1,7 @@ # /etc/profile umask 022 -export PATH="$PATH:/usr/bin" export LD_LIBRARY_PATH="/lib" + +export PATH="$PATH:/usr/bin" +export PATH="$PATH:/usr/lib/jvm/openjdk8/jre/bin" -- cgit v1.2.3