You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install-minecraft-splitscreen.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ pushd $targetDir
26
26
# Check if Java 21 is available and executable
27
27
# Exit with a clear error if not found
28
28
if [ -z"$JAVA_PATH" ] ||!"$JAVA_PATH" -version 2>&1| grep -q '21';then
29
-
echo"Error: Java 21 is not installed or not found in a standard location. Please install OpenJDK 21 with: sudo pacman -S jdk21-openjdk">&2
29
+
echo"Error: Java 21 is not installed or not found in a standard location. Refer to the README at https://github.com/FlyingEwok/MinecraftSplitscreenSteamdeck for installation instructions.">&2
0 commit comments