Skip to content

Linux Install

hyperdefined edited this page Jun 14, 2023 · 1 revision

Java 17

You can see if you have Java installed by opening a terminal typing this command:

hyper@hyperbox:~$ java -version
openjdk version "17.0.4" 2022-07-19
OpenJDK Runtime Environment Temurin-17.0.4+8 (build 17.0.4+8)
OpenJDK 64-Bit Server VM Temurin-17.0.4+8 (build 17.0.4+8, mixed mode, sharing)

If the version says 17 or something higher, you have Java 17 installed and can continue.

If it says something about unknown command, you do not have Java installed or your path is not set correctly!

Install Java 17

To install Java 17, you can follow this nice guide here. Simply follow the instructions for your distro!

Install CLR

I prepared a nice install script for you to run. This will handle all installation needs! Make sure you have curl installed. You can always read what this file is doing if you wish to!

curl -s https://raw.githubusercontent.com/hyperdefined/CustomLauncherRewrite/master/linux/installer.sh | bash

After you run it, you are all set! Simply run it!

Clone this wiki locally