diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-08 19:27:55 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-08 19:27:55 +0100 |
commit | 1b3570804184f62ff96ff6f2f6fc43b4c999678d (patch) | |
tree | 5feb7f80ff44700a31e81326dd3a09747281ac43 /rootfs | |
parent | 70e923cb55dad341f66f7b0586538c93b38cd3fa (diff) |
minecraft working :tada:
Diffstat (limited to 'rootfs')
-rw-r--r-- | rootfs/etc/profile | 4 | ||||
l--------- | rootfs/lib | 1 |
2 files changed, 4 insertions, 1 deletions
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" diff --git a/rootfs/lib b/rootfs/lib new file mode 120000 index 0000000..0d5487b --- /dev/null +++ b/rootfs/lib @@ -0,0 +1 @@ +usr/lib
\ No newline at end of file |