From 467555f08eddec67b92f7157737ae56cdaaf809d Mon Sep 17 00:00:00 2001 From: Martin Prout Date: Mon, 17 Aug 2020 21:30:42 +0100 Subject: [PATCH] Use distro jdk ManjaroARM --- docs/_posts/2020-05-11-getting_started_manjaro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2020-05-11-getting_started_manjaro.md b/docs/_posts/2020-05-11-getting_started_manjaro.md index a1bf1b9..9baa726 100644 --- a/docs/_posts/2020-05-11-getting_started_manjaro.md +++ b/docs/_posts/2020-05-11-getting_started_manjaro.md @@ -5,7 +5,7 @@ date: 2020-05-11 07:34:13 categories: PiCrate update permalink: /getting_manjaro/ --- -Currently Manjaro does not come with a pre-installed java. So the first step is to install a `jdk` we currently recommend installing hotspot adopt-openjdk11 from the AdoptOpenJDK project (there may be issues with distro version). Setting the JDK_HOME environment (easiest done `/etc/profile.d`) and then manually install the latest JRuby. It is probably worth creating a symbolic links to `/usr/bin/jruby` and `/usr/bin/jgem` from wherever you installed jruby eg /opt folder. +Currently Manjaro does not come with a pre-installed java. So the first step is to install a `jdk` the distro version (jdk14) should work. Setting the JDK_HOME environment (easiest done `/etc/profile.d`) and then manually install the latest JRuby. It is probably worth creating a symbolic links to `/usr/bin/jruby` and `/usr/bin/jgem` from wherever you installed jruby eg /opt folder. ```bash mkdir -p ~/.gem/ruby/2.5.0