Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.19 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.19 KB

Java for Steam Deck

Due to the nature of SteamOS being immutable, the traditional way of installing java on arch via pacman won't work.

So... why not install Java to $HOME?

Great idea, and this is exactly what this script does. It takes a binary release of OpenJDK and extracts them to the home directory, and the java binary there gets added to PATH

GUIDE

So... let's start.

GUI Guide (WIP)

  1. Right click on this hyperlink and then click "Save link as..." or "Save page as..." and save the file

  2. In the Deck's file manager, Dolphin, right click on the file, and then click properties

  1. In the properties dialog, go the the permissions tab and then click on "Is executable" and then click "Ok"

  1. Now right click the file again, and select "Run in Konsole"

  1. Reboot

Terminal Guide

For you who uses the terminal, you can just copy and paste this to your terminal

curl -L https://raw.githubusercontent.com/RushingAlien/java-deck/master/java-deck.sh | bash

And now... Reboot.